File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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
1921EXTENSION_MAPPING = proto=C++
2022FILE_PATTERNS = *.proto
2123INPUT_FILTER = "python @FILTER_PROTO2CPP_PY_PATH@/proto2cpp.py"
2224HAVE_DOT = YES
2325HIDE_UNDOC_RELATIONS = NO
2426MAX_DOT_GRAPH_DEPTH = 2
25- SORT_MEMBER_DOCS = YES
27+ SORT_MEMBER_DOCS = NO
2628USE_MATHJAX = YES
2729
30+ # Translate \rules and \endrules to something more readable
31+ ALIASES = "rules=\p ar Rules\n\c ode{.unparsed}" "endrules=\e ndcode"
32+
2833# If someone wants UML diagrams in the documentation, the next parameter must
2934# be commented in.
3035#UML_LOOK = YES
You can’t perform that action at this time.
0 commit comments