Fixed doxygen warnings

This commit is contained in:
Robert Osfield 2016-11-15 08:37:05 +00:00
parent 36b2ddac2d
commit 80f75bcbdd
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ namespace osgAnimation
RigTransformHardware(const RigTransformHardware& rth, const osg::CopyOp& copyop);
META_Object(osgAnimation,RigTransformHardware)
META_Object(osgAnimation,RigTransformHardware);
typedef osg::Matrix MatrixType;
typedef osgAnimation::Bone BoneType;

View File

@ -248,7 +248,7 @@ class OSGDB_EXPORT DatabasePager : public osg::NodeVisitor::DatabaseRequestHandl
* Note, must only be called from single thread update phase. */
virtual void updateSceneGraph(const osg::FrameStamp& frameStamp);
/** Return true if there are ... . */
/** Return true if there are GL objects that need to be compiled by a draw traversal. */
bool requiresRedraw() const;
/** Report how many items are in the _fileRequestList queue */