Source
1
+
# This file contains the customizations required to override
2
+
# settings in Doxyfile to enable building documentation from
3
+
# the build directory
4
+
5
+
# The INPUT tag is used to specify the the location of the source
6
+
INPUT = @CMAKE_SOURCE_DIR@
7
+
8
+
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
9
+
# that contain example code fragments that are included (see the \include
10
+
# command).
11
+
12
+
EXAMPLE_PATH = @CMAKE_SOURCE_DIR@/doc/example \
13
+
@CMAKE_SOURCE_DIR@/testpio
14
+