Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

docstring_options.hpp

Introduction
Class docstring_options
Class dostring_options constructors
Class docstring_options destructor
Class docstring_options modifier functions
Example
Docstring options defined at compile time
Selective suppressions
Wrapping from multiple C++ scopes

Boost.Python supports user-defined docstrings with automatic appending of C++ signatures. These features are enabled by default. The class docstring_options is available to selectively suppress the user-defined docstrings, signatures, or both.


PrevUpHomeNext