Fixed doxygen warnings
This commit is contained in:
@@ -142,7 +142,7 @@ class OSGVIEWER_EXPORT View : public osg::View, public osgGA::GUIActionAdapter
|
||||
|
||||
template<class T> void addDevice(const osg::ref_ptr<T>& eventSource) { addDevice(eventSource.get()); }
|
||||
|
||||
/** Remove a Device. /*/
|
||||
/** Remove a Device. */
|
||||
void removeDevice(osgGA::Device* eventSource);
|
||||
|
||||
template<class T> void removeDevice(const osg::ref_ptr<T>& eventSource) { removeDevice(eventSource.get()); }
|
||||
|
||||
@@ -446,6 +446,7 @@ class OSGVIEWER_EXPORT ScreenCaptureHandler : public osgGA::GUIEventHandler
|
||||
std::vector<unsigned int> _contextSaveCounter;
|
||||
};
|
||||
|
||||
/** @param defaultOperation : operation to do when screen capture happens. */
|
||||
/** @param numFrames >0: capture that number of frames. <0: capture all frames, call stopCapture() to stop it. */
|
||||
ScreenCaptureHandler(CaptureOperation* defaultOperation = 0, int numFrames = 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user