1 new commit in ogre:
https://bitbucket.org/sinbad/ogre/changeset/f2180793b9cb/
changeset: f2180793b9cb
branch: v1-8
user: David Rogers
date: 2011-11-08 09:28:15
summary: Fix a couple oxygen comments
affected #: 1 file
diff -r 8ba11f06dcaf847d360a02d893d4ff54400ec224 -r f2180793b9cbf77a0a46b7765d8a7b1496864468 OgreMain/include/OgreCamera.h
--- a/OgreMain/include/OgreCamera.h
+++ b/OgreMain/include/OgreCamera.h
@@ -178,7 +178,7 @@
/// Whether or not the minimum display size of objects should take effect for this camera
bool mUseMinPixelSize;
- /// /See Camera::getPixelDisplayRatio()
+ /// @see Camera::getPixelDisplayRatio
Real mPixelDisplayRatio;
typedef vector<Listener*>::type ListenerList;
@@ -656,7 +656,7 @@
*/
void setUseMinPixelSize(bool enable) { mUseMinPixelSize = enable; }
/** Returns whether to use min display size calculations
- @see Camera::setUseMinDisplaySize()
+ @see Camera::setUseMinDisplaySize
*/
bool getUseMinPixelSize() const { return mUseMinPixelSize; }
Repository URL: https://bitbucket.org/sinbad/ogre/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
|