You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doxyfile
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ SHORT_NAMES = NO
153
153
# comments will behave just like regular Qt-style comments
154
154
# (thus requiring an explicit @brief command for a brief description.)
155
155
156
-
JAVADOC_AUTOBRIEF = NO
156
+
JAVADOC_AUTOBRIEF = YES
157
157
158
158
# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
159
159
# interpret the first line (until the first dot) of a Qt-style
@@ -279,7 +279,12 @@ CPP_CLI_SUPPORT = NO
279
279
280
280
SIP_SUPPORT = NO
281
281
282
-
# For Microsoft's IDL there are propget and propput attributes to indicate getter and setter methods for a property. Setting this option to YES (the default) will make doxygen replace the get and set methods by a property in the documentation. This will only work if the methods are indeed getting or setting a simple type. If this is not the case, or you want to show the methods anyway, you should set this option to NO.
282
+
# For Microsoft's IDL there are propget and propput attributes to indicate getter
283
+
# and setter methods for a property. Setting this option to YES (the default) will
284
+
# make doxygen replace the get and set methods by a property in the documentation.
285
+
# This will only work if the methods are indeed getting or setting a simple type.
286
+
# If this is not the case, or you want to show the methods anyway, you should set
287
+
# this option to NO.
283
288
284
289
IDL_PROPERTY_SUPPORT = YES
285
290
@@ -661,7 +666,7 @@ WARN_LOGFILE =
661
666
# directories like "/usr/src/myproject". Separate the files or directories
662
667
# with spaces.
663
668
664
-
INPUT = src tests doc/source README.md
669
+
INPUT = include tests examples doc/source README.md
665
670
666
671
# This tag can be used to specify the character encoding of the source files
667
672
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
0 commit comments