add the obelisk library source

This commit is contained in:
2023-02-16 01:16:57 -03:00
parent 7b515f1f07
commit f6e93a1b67
7 changed files with 44 additions and 10 deletions

View File

@@ -864,7 +864,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = @TOP_SRCDIR@/src
INPUT = @TOP_SRCDIR@/src @TOP_SRCDIR@/lib @TOP_SRCDIR@/include
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -2237,7 +2237,9 @@ SEARCH_INCLUDES = YES
INCLUDE_PATH = @TOP_SRCDIR@/src \
@TOP_SRCDIR@/src/ast \
@TOP_SRCDIR@/src/models
@TOP_SRCDIR@/src/models \
@TOP_SRCDIR@/lib \
@TOP_SRCDIR@/include
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
# patterns (like *.h and *.hpp) to filter out the header-files in the