@@ -38,7 +38,7 @@ PROJECT_NAME = "LibRapid"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = v0.6.8
41
+ PROJECT_NUMBER = v0.6.9
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
@@ -58,7 +58,7 @@ PROJECT_LOGO = img/LR_icon.png
58
58
# entered, it will be relative to the location where doxygen was started. If
59
59
# left blank the current directory will be used.
60
60
61
- OUTPUT_DIRECTORY = ./docs/
61
+ OUTPUT_DIRECTORY = ./docBuild
62
62
63
63
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64
64
# directories (in 2 levels) under the output directory of each output format and
@@ -162,7 +162,7 @@ FULL_PATH_NAMES = YES
162
162
# will be relative from the directory where doxygen is started.
163
163
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
164
164
165
- STRIP_FROM_PATH = ../..
165
+ STRIP_FROM_PATH =
166
166
167
167
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
168
168
# path mentioned in the documentation of a class, which tells the reader which
@@ -963,9 +963,7 @@ RECURSIVE = YES
963
963
# Note that relative paths are relative to the directory from which doxygen is
964
964
# run.
965
965
966
- EXCLUDE = librapid/blas \
967
- librapid/cxxblas \
968
- librapid/vendor
966
+ EXCLUDE =
969
967
970
968
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
971
969
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -2299,10 +2297,6 @@ INCLUDE_FILE_PATTERNS =
2299
2297
PREDEFINED = LIBRAPID_USE_MULTIPREC=\
2300
2298
LIBRAPID_HAS_CUDA=\
2301
2299
LIBRAPID_HAS_OMP=\
2302
- LIBRAPID_NODISCARD=\
2303
- LIBRAPID_ALWAYS_INLINE=\
2304
- LIBRAPID_INLINE=\
2305
- LIBRAPID_RELEASE_NOEXCEPT=
2306
2300
2307
2301
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2308
2302
# tag can be used to specify a list of macro names that should be expanded. The
0 commit comments