From 80f75bcbdd6f5fea07dbcbbd4a0e7f5a9233f2b9 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 15 Nov 2016 08:37:05 +0000 Subject: [PATCH] Fixed doxygen warnings --- include/osgAnimation/RigTransformHardware | 2 +- include/osgDB/DatabasePager | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/osgAnimation/RigTransformHardware b/include/osgAnimation/RigTransformHardware index 04533d74b..ce9006ddd 100644 --- a/include/osgAnimation/RigTransformHardware +++ b/include/osgAnimation/RigTransformHardware @@ -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; diff --git a/include/osgDB/DatabasePager b/include/osgDB/DatabasePager index 428d0f4bb..f90e79075 100644 --- a/include/osgDB/DatabasePager +++ b/include/osgDB/DatabasePager @@ -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 */