Skip to content

Commit bc71481

Browse files
committed
Refactored repo layout
1 parent 56a95d7 commit bc71481

File tree

10 files changed

+3
-3
lines changed

10 files changed

+3
-3
lines changed

Doxyfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ WARN_LOGFILE =
854854
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
855855
# Note: If this tag is empty the current directory is searched.
856856

857-
INPUT = src/
857+
INPUT = include/
858858

859859
# This tag can be used to specify the character encoding of the source files
860860
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -931,7 +931,7 @@ EXCLUDE_SYMBOLS =
931931
# that contain example code fragments that are included (see the \include
932932
# command).
933933

934-
EXAMPLE_PATH = src/
934+
EXAMPLE_PATH = examples/
935935

936936
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
937937
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
@@ -1131,7 +1131,7 @@ CLANG_OPTIONS =
11311131
# Note: The availability of this option depends on whether or not doxygen was
11321132
# generated with the -Duse_libclang=ON option for CMake.
11331133

1134-
CLANG_DATABASE_PATH =
1134+
CLANG_DATABASE_PATH = ./build
11351135

11361136
#---------------------------------------------------------------------------
11371137
# Configuration options related to the alphabetical class index
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)