Fixes for doxgen warnings

This commit is contained in:
Robert Osfield
2009-02-11 10:41:55 +00:00
parent c9b61a63b8
commit f8636d8006
5 changed files with 31 additions and 36 deletions

View File

@@ -32,7 +32,7 @@ class OSGUTIL_EXPORT DrawElementTypeSimplifierVisitor : public osg::NodeVisitor
{
public:
META_NodeVisitor("osgUtil","DrawElementTypeSimplifierVisitor")
META_NodeVisitor("osgUtil","DrawElementTypeSimplifierVisitor");
void apply(osg::Geode& node);
};