summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/light.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/common/light.h')
-rw-r--r--src/graphics/common/light.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/graphics/common/light.h b/src/graphics/common/light.h
index 1d14c5b..dec9912 100644
--- a/src/graphics/common/light.h
+++ b/src/graphics/common/light.h
@@ -26,7 +26,8 @@
namespace Gfx {
-/** \enum LightType Type of light */
+/** \enum LightType
+ * \brief Type of light */
enum LightType
{
LT_Point,
@@ -35,7 +36,8 @@ enum LightType
};
/**
- * \struct Light Light
+ * \struct Light
+ * \brief Light
*
* This structure was created as analog to DirectX's D3DLIGHT.
*
@@ -81,7 +83,8 @@ struct LightProg
};
/**
- * \struct SceneLight Dynamic light in 3D scene
+ * \struct SceneLight
+ * \brief Dynamic light in 3D scene
*
* TODO documentation
*/