chiark / gitweb /
doxygen: minor cleanup.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 11 Feb 2018 17:40:20 +0000 (18:40 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 11 Feb 2018 17:40:20 +0000 (18:40 +0100)
doxygen/test/search/Dir/File.h

index a06317565cf48552a17894df4d51b7af5d57550b..faea64dfdc1017e9fa78b645b50f1fd3949e80ab 100644 (file)
@@ -57,11 +57,11 @@ constexpr int Variable = 5;
 typedef int Typedef;
 
 /**
- * @brief An enum
- *
- * @m_keywords{GL_ENUM}
- * @see Enum values as keywords should be propagated outside as well:
*      @m_enum_values_as_keywords
+@brief An enum
+
+@m_keywords{GL_ENUM}
+@see Enum values as keywords should be propagated outside of notes as well:
+    @m_enum_values_as_keywords
  */
 enum class Enum {
     /**