[C++-sig] Doc bugs

Juergen Hermann jh at web.de
Wed Jun 18 16:39:11 CEST 2003


Hi!

The following glitches are in the docs:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://www.boost.org/libs/python/doc/tutorial/doc/default_arguments.html


BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS

...

Like BOOST_PYTHON_FUNCTION_OVERLOADS, BOOST_PYTHON_FUNCTION_OVERLOADS 
may be used to automatically create the thin wrappers for wrapping 
member functions. Let's have an example:


must read


Like BOOST_PYTHON_FUNCTION_OVERLOADS, 
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS ...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://www.boost.org/libs/python/doc/tutorial/doc/using_the_interpreter.
html


main_namespace dict(handle<>(borrowed( PyModule_GetDict(main_module.get
()) )));

should be 

dict main_namespace(handle<>(borrowed( PyModule_GetDict(main_module.get
()) )));

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://www.boost.org/libs/python/pyste/doc/exporting_all_declarations_fr
om_a_header.html

exclude(hello.World.set, "Set")

==>

exclude(hello.World.set)



Ciao, Jürgen

--
Jürgen Hermann, Developer
WEB.DE AG, http://webde-ag.de/






More information about the Cplusplus-sig mailing list