@@ -187,15 +187,15 @@ SHORT_NAMES = NO
187
187
# description.)
188
188
# The default value is: NO.
189
189
190
- JAVADOC_AUTOBRIEF = NO
190
+ JAVADOC_AUTOBRIEF = YES
191
191
192
192
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
193
193
# line (until the first dot) of a Qt-style comment as the brief description. If
194
194
# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
195
195
# requiring an explicit \brief command for a brief description.)
196
196
# The default value is: NO.
197
197
198
- QT_AUTOBRIEF = NO
198
+ QT_AUTOBRIEF = YES
199
199
200
200
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
201
201
# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
@@ -2061,15 +2061,15 @@ ENABLE_PREPROCESSING = YES
2061
2061
# The default value is: NO.
2062
2062
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2063
2063
2064
- MACRO_EXPANSION = NO
2064
+ MACRO_EXPANSION = YES
2065
2065
2066
2066
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2067
2067
# the macro expansion is limited to the macros specified with the PREDEFINED and
2068
2068
# EXPAND_AS_DEFINED tags.
2069
2069
# The default value is: NO.
2070
2070
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2071
2071
2072
- EXPAND_ONLY_PREDEF = NO
2072
+ EXPAND_ONLY_PREDEF = YES
2073
2073
2074
2074
# If the SEARCH_INCLUDES tag is set to YES, the include files in the
2075
2075
# INCLUDE_PATH will be searched if a #include is found.
@@ -2101,7 +2101,7 @@ INCLUDE_FILE_PATTERNS =
2101
2101
# recursively expanded use the := operator instead of the = operator.
2102
2102
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2103
2103
2104
- PREDEFINED =
2104
+ PREDEFINED = "__SYCL_INLINE_NAMESPACE(X)=namespace X"
2105
2105
2106
2106
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2107
2107
# tag can be used to specify a list of macro names that should be expanded. The
@@ -2390,7 +2390,7 @@ DOT_IMAGE_FORMAT = @DOT_IMAGE_FORMAT@
2390
2390
# The default value is: NO.
2391
2391
# This tag requires that the tag HAVE_DOT is set to YES.
2392
2392
2393
- INTERACTIVE_SVG = NO
2393
+ INTERACTIVE_SVG = YES
2394
2394
2395
2395
# The DOT_PATH tag can be used to specify the path where the dot tool can be
2396
2396
# found. If left blank, it is assumed the dot tool can be found in the path.
0 commit comments