[C++-sig] boost::python + epydoc

Neal Becker ndbecker2 at gmail.com
Wed Nov 15 21:07:22 CET 2006


I'm using epydoc-3.0alpha3.  I know we've talked about this before, but I
don't think the issue was resolved.

When using epydoc with boost::python doc strings, you have to turn off 
signatures:

  docstring_options doc_options (true, false);

Otherwise, it seems epydoc is confused.

Is there any resolution to this issue?  I'd rather not have to turn off the
signatures to add my documentation.





More information about the Cplusplus-sig mailing list