chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f898d2
)
doxygen: minor cleanup.
author
Vladimír Vondruš
<mosra@centrum.cz>
Sun, 11 Feb 2018 17:40:20 +0000
(18:40 +0100)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Sun, 11 Feb 2018 17:40:20 +0000
(18:40 +0100)
doxygen/test/search/Dir/File.h
patch
|
blob
|
history
diff --git
a/doxygen/test/search/Dir/File.h
b/doxygen/test/search/Dir/File.h
index a06317565cf48552a17894df4d51b7af5d57550b..faea64dfdc1017e9fa78b645b50f1fd3949e80ab 100644
(file)
--- a/
doxygen/test/search/Dir/File.h
+++ b/
doxygen/test/search/Dir/File.h
@@
-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 {
/**