summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/material.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-06-26 22:50:55 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-06-26 22:50:55 +0200
commitcf312c0b870175b8897ce98df6a8c46ccce92e2e (patch)
treea044a5d6fac959bfb49e47af886902d61a8ec723 /src/graphics/common/material.h
parentbf06998ece3ba9d47b595e3761beba54b3793036 (diff)
downloadcolobot-cf312c0b870175b8897ce98df6a8c46ccce92e2e.tar.gz
colobot-cf312c0b870175b8897ce98df6a8c46ccce92e2e.tar.bz2
colobot-cf312c0b870175b8897ce98df6a8c46ccce92e2e.zip
Fixed brief Doxygen description
Diffstat (limited to 'src/graphics/common/material.h')
-rw-r--r--src/graphics/common/material.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graphics/common/material.h b/src/graphics/common/material.h
index 2ec2e1b..f71923f 100644
--- a/src/graphics/common/material.h
+++ b/src/graphics/common/material.h
@@ -22,7 +22,8 @@
namespace Gfx {
/**
- * \struct Material Material of a surface
+ * \struct Material
+ * \brief Material of a surface
*
* This structure was created as analog to DirectX's D3DMATERIAL.
*