We have found 3 errors in doxygen:
- wrong inheritance graph in Ogre::UTFString::*iterators
- method is documented twice: Ogre::ManualObject::ManualObjectSection::getSquaredViewDepth
- ??? in comment causes wrong output in OgreDynLib.h, OgreParticleEmitter.h and OgreParticleSystem.h, see revision 208
Maybe we should provide a patch to the doxygen guys?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
One of those four error is not a doxygen problem. ??? in comments refers to 3Byte UTF characters which are not handled right by saxon's SAX Parser. Maybe we can find a parser to be used by saxon which doesn't have this problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1048110
Originator: NO
Reported bug to the tracker of doxygen:
http://bugzilla.gnome.org/show_bug.cgi?id=412183
Logged In: YES
user_id=1568577
Originator: YES
We have found 3 errors in doxygen:
- wrong inheritance graph in Ogre::UTFString::*iterators
- method is documented twice: Ogre::ManualObject::ManualObjectSection::getSquaredViewDepth
- ??? in comment causes wrong output in OgreDynLib.h, OgreParticleEmitter.h and OgreParticleSystem.h, see revision 208
Maybe we should provide a patch to the doxygen guys?
Logged In: YES
user_id=1568577
Originator: YES
Found a new problem with doxygen. It does not tell if a variable is part of an union. See bug 1728987.
Logged In: YES
user_id=1568577
Originator: YES
One of those four error is not a doxygen problem. ??? in comments refers to 3Byte UTF characters which are not handled right by saxon's SAX Parser. Maybe we can find a parser to be used by saxon which doesn't have this problem.