Skip to content

Instantly share code, notes, and snippets.

@ip
Created April 21, 2016 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ip/46eeb21ac88efb1ab6a0f8691f0eba9c to your computer and use it in GitHub Desktop.
Save ip/46eeb21ac88efb1ab6a0f8691f0eba9c to your computer and use it in GitHub Desktop.
OSG Doxygen
➜ build git:(master) ✗ make doc_openscenegraph doc_openthreads
Scanning dependencies of target doc_openscenegraph
Warning: Tag `SYMBOL_CACHE_SIZE' at line 40 of file `/home/vanya/Documents/prog/third_party/OpenSceneGraph/build/doc/openscenegraph.doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: Tag `XML_SCHEMA' at line 201 of file `/home/vanya/Documents/prog/third_party/OpenSceneGraph/build/doc/openscenegraph.doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: Tag `XML_DTD' at line 202 of file `/home/vanya/Documents/prog/third_party/OpenSceneGraph/build/doc/openscenegraph.doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: doxygen no longer ships with the FreeSans font.
You may want to clear or change DOT_FONTNAME.
Otherwise you run the risk that the wrong font is being used for dot generated graphs.
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/Program:463: warning: Reached end of file while still inside a (nested) comment. Nesting level 2 (probable line reference: 183, 183)
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/Shader:348: warning: Reached end of file while still inside a (nested) comment. Nesting level 2 (probable line reference: 52, 52)
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/Shader:326: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon)
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/ShaderComposer:36: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon)
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/ValueMap:35: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon)
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/ValueStack:33: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon)
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgDB/DatabaseRevisions:34: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon)
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgDB/DatabaseRevisions:106: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon)
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgManipulator/Dragger:319: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon)
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgManipulator/Translate1DDragger:35: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon)
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgText/Style:81: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon)
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgViewer/View:366: warning: Reached end of file while still inside a (nested) comment. Nesting level 2 (probable line reference: 145, 145)
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/Shader:327: warning: no uniquely matching class member found for
osg::ShaderComponent::META_Object(unsigned int i)
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgManipulator/Translate1DDragger:38: warning: no uniquely matching class member found for
osgManipulator::Translate1DDragger::META_OSGMANIPULATOR_Object(const PointerInfo &pi, const osgGA::GUIEventAdapter &ea, osgGA::GUIActionAdapter &us) const
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/State:210: warning: explicit link request to 'apply(State&)' could not be resolved
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgGA/StateSetManipulator:29: warning: Found unknown command `\.'
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgGA/StateSetManipulator:29: warning: Found unknown command `\.'
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/Drawable:306: warning: argument 'renderInfo' of command @param is not found in the argument list of osg::Drawable::drawImplementation(RenderInfo &) const
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/PrimitiveSet:420: warning: The following parameters of osg::DrawElementsUByte::DrawElementsUByte(GLenum mode, unsigned int no, const GLubyte *ptr, int numInstances=0) are not documented:
parameter 'mode'
parameter 'ptr'
parameter 'numInstances'
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/PrimitiveSet:427: warning: The following parameters of osg::DrawElementsUByte::DrawElementsUByte(GLenum mode, unsigned int no) are not documented:
parameter 'mode'
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/PrimitiveSet:542: warning: The following parameters of osg::DrawElementsUInt::DrawElementsUInt(GLenum mode, unsigned int no, const GLuint *ptr, int numInstances=0) are not documented:
parameter 'ptr'
parameter 'numInstances'
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/PrimitiveSet:550: warning: The following parameters of osg::DrawElementsUInt::DrawElementsUInt(GLenum mode, unsigned int no) are not documented:
parameter 'mode'
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/PrimitiveSet:479: warning: The following parameters of osg::DrawElementsUShort::DrawElementsUShort(GLenum mode, unsigned int no, const GLushort *ptr, int numInstances=0) are not documented:
parameter 'mode'
parameter 'ptr'
parameter 'numInstances'
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/PrimitiveSet:486: warning: The following parameters of osg::DrawElementsUShort::DrawElementsUShort(GLenum mode, unsigned int no) are not documented:
parameter 'mode'
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/DrawPixels:60: warning: argument 'renderInfo' of command @param is not found in the argument list of osg::DrawPixels::drawImplementation(RenderInfo &) const inherited from member drawImplementation at line 306 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/Drawable
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/State:210: warning: explicit link request to 'apply(State&)' could not be resolved
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/State:1496: warning: explicit link request to 'State' could not be resolved
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/State:210: warning: explicit link request to 'apply(State&)' could not be resolved
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/State:1496: warning: explicit link request to 'State' could not be resolved
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/StateSet:340: warning: explicit link request to 'pragma' could not be resolved
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/StateSet:340: warning: explicit link request to 'pragma' could not be resolved
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/StateSet:343: warning: explicit link request to 'pragma' could not be resolved
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/StateSet:343: warning: explicit link request to 'pragma' could not be resolved
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/StateSet:340: warning: explicit link request to 'pragma' could not be resolved
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/StateSet:340: warning: explicit link request to 'pragma' could not be resolved
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/StateSet:343: warning: explicit link request to 'pragma' could not be resolved
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/StateSet:343: warning: explicit link request to 'pragma' could not be resolved
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/Transform:61: warning: explicit link request to 'Quat' could not be resolved
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgDB/DatabasePager:223: warning: End of list marker found without any preceding list items
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgGA/StateSetManipulator:29: warning: Found unknown command `\.'
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgGA/StateSetManipulator:29: warning: Found unknown command `\.'
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgGA/StateSetManipulator:29: warning: Found unknown command `\.'
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgParticle/ParticleSystem:244: warning: argument 'renderInfo' of command @param is not found in the argument list of osgParticle::ParticleSystem::drawImplementation(osg::RenderInfo &) const inherited from member drawImplementation at line 306 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/Drawable
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgParticle/PrecipitationEffect:120: warning: argument 'renderInfo' of command @param is not found in the argument list of osgParticle::PrecipitationEffect::PrecipitationDrawable::drawImplementation(osg::RenderInfo &) const inherited from member drawImplementation at line 306 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/Drawable
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgSim/SphereSegment:91: warning: explicit link request to 'PI' could not be resolved
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer:378: warning: argument 'i' of command @param is not found in the argument list of osgTerrain::ContourLayer::getValue(unsigned int, unsigned int, float &) const inherited from member getValue at line 120 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer:378: warning: argument 'j' of command @param is not found in the argument list of osgTerrain::ContourLayer::getValue(unsigned int, unsigned int, float &) const inherited from member getValue at line 120 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer:378: warning: argument 'value' of command @param is not found in the argument list of osgTerrain::ContourLayer::getValue(unsigned int, unsigned int, float &) const inherited from member getValue at line 120 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/GeometryPool:193: warning: argument 'renderInfo' of command @param is not found in the argument list of osgTerrain::HeightFieldDrawable::drawImplementation(osg::RenderInfo &) const inherited from member drawImplementation at line 306 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/Drawable
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer:421: warning: argument 'i' of command @param is not found in the argument list of osgTerrain::HeightFieldLayer::getValue(unsigned int, unsigned int, float &) const inherited from member getValue at line 120 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer:421: warning: argument 'j' of command @param is not found in the argument list of osgTerrain::HeightFieldLayer::getValue(unsigned int, unsigned int, float &) const inherited from member getValue at line 120 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer:421: warning: argument 'value' of command @param is not found in the argument list of osgTerrain::HeightFieldLayer::getValue(unsigned int, unsigned int, float &) const inherited from member getValue at line 120 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer:331: warning: argument 'i' of command @param is not found in the argument list of osgTerrain::ImageLayer::getValue(unsigned int, unsigned int, float &) const inherited from member getValue at line 120 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer:331: warning: argument 'j' of command @param is not found in the argument list of osgTerrain::ImageLayer::getValue(unsigned int, unsigned int, float &) const inherited from member getValue at line 120 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer:331: warning: argument 'value' of command @param is not found in the argument list of osgTerrain::ImageLayer::getValue(unsigned int, unsigned int, float &) const inherited from member getValue at line 120 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer:120: warning: argument 'i' of command @param is not found in the argument list of osgTerrain::Layer::getValue(unsigned int, unsigned int, float &) const
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer:120: warning: argument 'j' of command @param is not found in the argument list of osgTerrain::Layer::getValue(unsigned int, unsigned int, float &) const
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer:120: warning: argument 'value' of command @param is not found in the argument list of osgTerrain::Layer::getValue(unsigned int, unsigned int, float &) const
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer:480: warning: argument 'i' of command @param is not found in the argument list of osgTerrain::ProxyLayer::getValue(unsigned int, unsigned int, float &) const inherited from member getValue at line 120 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer:480: warning: argument 'j' of command @param is not found in the argument list of osgTerrain::ProxyLayer::getValue(unsigned int, unsigned int, float &) const inherited from member getValue at line 120 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer:480: warning: argument 'value' of command @param is not found in the argument list of osgTerrain::ProxyLayer::getValue(unsigned int, unsigned int, float &) const inherited from member getValue at line 120 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/Layer
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgTerrain/GeometryPool:70: warning: argument 'renderInfo' of command @param is not found in the argument list of osgTerrain::SharedGeometry::drawImplementation(osg::RenderInfo &) const inherited from member drawImplementation at line 306 in file /home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osg/Drawable
/home/vanya/Documents/prog/third_party/OpenSceneGraph/include/osgViewer/ViewerEventHandlers:449: warning: The following parameters of osgViewer::ScreenCaptureHandler::ScreenCaptureHandler(CaptureOperation *defaultOperation=0, int numFrames=1) are not documented:
parameter 'defaultOperation'
Built target doc_openscenegraph
Scanning dependencies of target doc_openthreads
Warning: Tag `SYMBOL_CACHE_SIZE' at line 40 of file `/home/vanya/Documents/prog/third_party/OpenSceneGraph/build/doc/openthreads.doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: Tag `XML_SCHEMA' at line 186 of file `/home/vanya/Documents/prog/third_party/OpenSceneGraph/build/doc/openthreads.doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: Tag `XML_DTD' at line 187 of file `/home/vanya/Documents/prog/third_party/OpenSceneGraph/build/doc/openthreads.doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: doxygen no longer ships with the FreeSans font.
You may want to clear or change DOT_FONTNAME.
Otherwise you run the risk that the wrong font is being used for dot generated graphs.
Built target doc_openthreads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment