$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Eric van Riet Paap (eric_at_[hidden])
Date: 2001-03-21 06:06:16
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 ?