Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doxygen_config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RECURSIVE = YES
# There is no standard configuration for .proto files documentation.
# A Doxygen filter for .proto files has to be added under the directory doc/.
# proto2cpp.py is an external script. See README.md for more informations.
JAVADOC_AUTOBRIEF = YES
JAVADOC_AUTOBRIEF = NO
EXTENSION_MAPPING = proto=C++
FILE_PATTERNS = *.proto
INPUT_FILTER = "python @FILTER_PROTO2CPP_PY_PATH@/proto2cpp.py"
Expand Down
Loading