STYLE: Updated Doxygen comment markers

This commit is contained in:
Andrew Heather
2016-10-05 15:16:12 +01:00
parent 9ae7fd8725
commit 07bbb1852e
9 changed files with 36 additions and 36 deletions

View File

@ -69,9 +69,9 @@ public:
enum renderModeType
{
rmFlat, //< Flat shading
rmGouraud, //< Gouraud shading
rmPhong //< Phong shading
rmFlat, //!< Flat shading
rmGouraud, //!< Gouraud shading
rmPhong //!< Phong shading
};
static const NamedEnum<renderModeType, 3> renderModeTypeNames;

View File

@ -65,8 +65,8 @@ public:
enum representationType
{
rtSphere, //< Sphere
rtVector //< Vector
rtSphere, //!< Sphere
rtVector //!< Vector
};
static const NamedEnum<representationType, 2> representationTypeNames;