@@ -44,7 +44,7 @@ PROJECT_NUMBER = @CURRENT_RELEASE@
44
44
# for a project that appears at the top of each page and should give viewer a
45
45
# quick idea about the purpose of the project. Keep the description short.
46
46
47
- PROJECT_BRIEF = "A SYCL queue and memory manager for Python modules. "
47
+ PROJECT_BRIEF = "A lightweight C API for SYCL runtime classes "
48
48
49
49
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
50
50
# in the documentation. The maximum height of the logo should not exceed 55
@@ -917,9 +917,11 @@ RECURSIVE = YES
917
917
# Note that relative paths are relative to the directory from which doxygen is
918
918
# run.
919
919
920
- EXCLUDE = ../dpctl-capi/build
921
- EXCLUDE += ../dpctl-capi/install
922
- EXCLUDE += ../dpctl-capi/tests
920
+ EXCLUDE = ../dpctl-capi/include/Support
921
+ EXCLUDE += ../dpctl-capi/include/Config
922
+ EXCLUDE += ../dpctl-capi/include/dpctl_vector.h
923
+ EXCLUDE += ../dpctl-capi/include/dpctl_data_types.h
924
+ EXCLUDE += ../dpctl-capi/include/dpctl_utils.h
923
925
924
926
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
925
927
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -2161,15 +2163,15 @@ ENABLE_PREPROCESSING = YES
2161
2163
# The default value is: NO.
2162
2164
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2163
2165
2164
- MACRO_EXPANSION = NO
2166
+ MACRO_EXPANSION = YES
2165
2167
2166
2168
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2167
2169
# the macro expansion is limited to the macros specified with the PREDEFINED and
2168
2170
# EXPAND_AS_DEFINED tags.
2169
2171
# The default value is: NO.
2170
2172
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2171
2173
2172
- EXPAND_ONLY_PREDEF = NO
2174
+ EXPAND_ONLY_PREDEF = YES
2173
2175
2174
2176
# If the SEARCH_INCLUDES tag is set to YES, the include files in the
2175
2177
# INCLUDE_PATH will be searched if a #include is found.
@@ -2210,7 +2212,7 @@ PREDEFINED =
2210
2212
# definition found in the source code.
2211
2213
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2212
2214
2213
- EXPAND_AS_DEFINED =
2215
+ EXPAND_AS_DEFINED = DPCTL_DECLARE_VECTOR
2214
2216
2215
2217
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2216
2218
# remove all references to function-like macros that are alone on a line, have
0 commit comments