Skip to content

Commit 71310dd

Browse files
carsten-kueblerjdsika
authored andcommitted
Camera detecions (#298)
* Camera detections * Complete documentation of all Members AutoBrief = NO AutoBrief = YES will not generate a complete list of all members of a message in the extended documentation. Members without additional documentation will be skipped.
1 parent ed6e42c commit 71310dd

File tree

2 files changed

+399
-1
lines changed

2 files changed

+399
-1
lines changed

doxygen_config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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 = YES
18+
JAVADOC_AUTOBRIEF = NO
1919
EXTENSION_MAPPING = proto=C++
2020
FILE_PATTERNS = *.proto
2121
INPUT_FILTER = "python @FILTER_PROTO2CPP_PY_PATH@/proto2cpp.py"

0 commit comments

Comments
 (0)