Hello dear OpenSceneGraph developers! Recently we saw the release of version 3.4 and even 3.5, but on the documentation page shows version 3.2.0:
http://trac.openscenegraph.org/documentation/OpenSceneGraphReferenceDocs I tried to generate the documentation myself, but it turned out that when using the latest version of Doxygen we don't get the result expected. Latest Doxygen simply ignores the contents of the header files without the extension. The problem begins with version 1.8.3.1: http://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_3_1 As I found out in a new case by selecting "EXTENSION_MAPPING" which should be set to "no_extension=C++". I prefer to work with git. Here is my PR: https://github.com/openscenegraph/osg/pull/42 If I'm doing something wrong, please tell me how to do it right. This is my first attempt to make a contribution to the project. (sorry for mistakes in text - English is not my native language) -- Regards, Konstantin Podsvirov _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
