Hi,
 
I've written a small pythonmodule that's embedded in my C++ program.
Now I wish to set the __doc__ for my module,classes and member functions.
boost.python seems to create the __doc__ for me, however I can't see how to
put something in it myself.
 
Eric
 
P.S. I want to use the python2.1 pydoc.py documentation tools to generate html help output for my module.
        Anyone documenting their boost.python modules ?