2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

new docstring_options to support customization of __doc__ attributes of Boost.Python functions

[SVN r32298]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2006-01-12 19:28:53 +00:00
parent 2261e7eedc
commit 3b058185c6

View File

@@ -22,6 +22,7 @@
# include <boost/python/def.hpp>
# include <boost/python/default_call_policies.hpp>
# include <boost/python/dict.hpp>
# include <boost/python/docstring_options.hpp>
# include <boost/python/enum.hpp>
# include <boost/python/errors.hpp>
# include <boost/python/exception_translator.hpp>