Skip to content

Commit 49eafc5

Browse files
authored
Merge pull request #616 from tbleher/prettify-doxygen
Tweak Doxygen output
2 parents 394e7b1 + 27c342b commit 49eafc5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doxygen_config.cmake.in

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,21 @@ RECURSIVE = YES
1515
# There is no standard configuration for .proto files documentation.
1616
# A Doxygen filter for .proto files has to be added under the directory doc/.
1717
# proto2cpp.py is an external script. See README.md for more informations.
18-
JAVADOC_AUTOBRIEF = NO
18+
JAVADOC_AUTOBRIEF = YES
19+
REPEAT_BRIEF = YES
20+
ALWAYS_DETAILED_SEC = YES
1921
EXTENSION_MAPPING = proto=C++
2022
FILE_PATTERNS = *.proto
2123
INPUT_FILTER = "python @FILTER_PROTO2CPP_PY_PATH@/proto2cpp.py"
2224
HAVE_DOT = YES
2325
HIDE_UNDOC_RELATIONS = NO
2426
MAX_DOT_GRAPH_DEPTH = 2
25-
SORT_MEMBER_DOCS = YES
27+
SORT_MEMBER_DOCS = NO
2628
USE_MATHJAX = YES
2729

30+
# Translate \rules and \endrules to something more readable
31+
ALIASES = "rules=\par Rules\n\code{.unparsed}" "endrules=\endcode"
32+
2833
# If someone wants UML diagrams in the documentation, the next parameter must
2934
# be commented in.
3035
#UML_LOOK = YES

0 commit comments

Comments
 (0)