Browse Source

Primitives: doc++

pull/231/head
Vladimír Vondruš 8 years ago
parent
commit
c804021013
  1. 4
      src/Magnum/Primitives/Cylinder.h

4
src/Magnum/Primitives/Cylinder.h

@ -50,8 +50,8 @@ class MAGNUM_PRIMITIVES_EXPORT Cylinder {
* @see @ref Flags, @ref solid(), @ref wireframe() * @see @ref Flags, @ref solid(), @ref wireframe()
*/ */
enum class Flag { enum class Flag {
GenerateTextureCoords = 1, /**< @brief Generate texture coordinates */ GenerateTextureCoords = 1, /**< Generate texture coordinates */
CapEnds /**< @brief Cap ends */ CapEnds /**< Cap ends */
}; };
/** /**

Loading…
Cancel
Save