@@ -44,14 +44,14 @@ PROJECT_NUMBER =
4444# for a project that appears at the top of each page and should give viewer a
4545# quick idea about the purpose of the project. Keep the description short.
4646
47- PROJECT_BRIEF =
47+ PROJECT_BRIEF = Portable reference implementation of the UAVCAN protocol stack written in C++ for embedded systems, Linux, and POSIX-compliant RTOSs.
4848
4949# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
5050# in the documentation. The maximum height of the logo should not exceed 55
5151# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
5252# the logo to the output directory.
5353
54- PROJECT_LOGO =
54+ PROJECT_LOGO = @DOXYGEN_LOGO@
5555
5656# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
5757# into which the generated documentation will be written. If a relative path is
@@ -98,7 +98,7 @@ OUTPUT_LANGUAGE = English
9898# documentation (similar to Javadoc). Set to NO to disable this.
9999# The default value is: YES.
100100
101- BRIEF_MEMBER_DESC = YES
101+ BRIEF_MEMBER_DESC = NO
102102
103103# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
104104# description of a member or function before the detailed description
@@ -135,7 +135,7 @@ ABBREVIATE_BRIEF = "The $name class" \
135135# description.
136136# The default value is: NO.
137137
138- ALWAYS_DETAILED_SEC = NO
138+ ALWAYS_DETAILED_SEC = YES
139139
140140# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
141141# inherited members of a class in the documentation of that class as if those
@@ -187,7 +187,7 @@ SHORT_NAMES = NO
187187# description.)
188188# The default value is: NO.
189189
190- JAVADOC_AUTOBRIEF = YES
190+ JAVADOC_AUTOBRIEF = NO
191191
192192# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
193193# line (until the first dot) of a Qt-style comment as the brief description. If
@@ -253,7 +253,7 @@ TCL_SUBST =
253253# members will be omitted, etc.
254254# The default value is: NO.
255255
256- OPTIMIZE_OUTPUT_FOR_C = NO
256+ OPTIMIZE_OUTPUT_FOR_C = YES
257257
258258# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
259259# Python sources only. Doxygen will then generate output that is more tailored
@@ -927,7 +927,7 @@ EXAMPLE_RECURSIVE = NO
927927# that contain images that are to be included in the documentation (see the
928928# \image command).
929929
930- IMAGE_PATH =
930+ IMAGE_PATH = @DOXYGEN_IMAGE_PATH@
931931
932932# The INPUT_FILTER tag can be used to specify a program that doxygen should
933933# invoke to filter for each input file. Doxygen will invoke the filter program
0 commit comments