I believe - it is not.
Try to search Python-Ogre code for "<<protected declaration>>" or ">>" only.
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
Yes: http://language-binding.net/pyplusplus/pyplusplus.html ( look for
"protected" )
On the previous isssue.
If you want to disable documentation string:
1. just before you call "build_code_creator" execute the following code:
mb.decls().documentation = ""
This will remove all documentation from all declarations
2. you have to pass to "build_code_creator" method - doc_extractor=None
This will disable documentation extraction from the source code.
HTH
I don't think so. The description is pretty good.
I am working on it right now. I was working on update to my site (
http://www.language-binding.net/ ).
I believe the fix will be available in a few hours from now.
I committed the fix to SVN
P.S. It takes only 2873.159642 seconds to run 117 tests on my laptop :-(