Fixed doxygen warnings
This commit is contained in:
parent
36b2ddac2d
commit
80f75bcbdd
@ -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;
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user