Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-05-14 09:00:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-14 09:00:47 +0400
commit48881ad1e05fffea39091b5d38917c880e8abd4c (patch)
tree12c8544fd7d6e7385f6866c430fba85b153f372c /source/gameengine
parentd8c39b878945ce48d731fe86b6843725ba7bc3f0 (diff)
Code cleanup: doxy comments
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/Rasterizer/RAS_ILightObject.h2
-rw-r--r--source/gameengine/VideoTexture/Exception.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/Rasterizer/RAS_ILightObject.h b/source/gameengine/Rasterizer/RAS_ILightObject.h
index 28c5d9aedd7..f087f3bbb70 100644
--- a/source/gameengine/Rasterizer/RAS_ILightObject.h
+++ b/source/gameengine/Rasterizer/RAS_ILightObject.h
@@ -25,7 +25,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file RAS_LightObject.h
+/** \file RAS_ILightObject.h
* \ingroup bgerast
*/
diff --git a/source/gameengine/VideoTexture/Exception.h b/source/gameengine/VideoTexture/Exception.h
index 4410ec1aa8b..c3c27abe019 100644
--- a/source/gameengine/VideoTexture/Exception.h
+++ b/source/gameengine/VideoTexture/Exception.h
@@ -24,7 +24,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file Exception.h
+/** \file gameengine/VideoTexture/Exception.h
* \ingroup bgevideotex
*/