aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-01-05 01:17:42 +0100
committerSven Gothel <[email protected]>2021-01-05 01:17:42 +0100
commite5df27123ed0dee0e46a9532e02fbc1d8443bbfe (patch)
tree1af50bdd250983fc51c2a93e45588250989e82b7
parent3d448a7027fca94707369621f2f88729e053fc5c (diff)
Doxygen.cpp: Fix using jaulib instead of old jaucpp; Add jaulib/test to input and example path, exposing the unit tests in API doc
-rw-r--r--Doxyfile.cpp.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/Doxyfile.cpp.in b/Doxyfile.cpp.in
index b1e16589..d80e50f1 100644
--- a/Doxyfile.cpp.in
+++ b/Doxyfile.cpp.in
@@ -758,9 +758,10 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
-INPUT = @CMAKE_CURRENT_SOURCE_DIR@/jaucpp/include/ \
- @CMAKE_CURRENT_SOURCE_DIR@/jaucpp/src \
- @CMAKE_CURRENT_SOURCE_DIR@/jaucpp/java/jni \
+INPUT = @CMAKE_CURRENT_SOURCE_DIR@/jaulib/include/jau \
+ @CMAKE_CURRENT_SOURCE_DIR@/jaulib/src \
+ @CMAKE_CURRENT_SOURCE_DIR@/jaulib/java/jni \
+ @CMAKE_CURRENT_SOURCE_DIR@/jaulib/test/ \
@CMAKE_CURRENT_SOURCE_DIR@/api/ \
@CMAKE_CURRENT_SOURCE_DIR@/src/ \
@CMAKE_CURRENT_SOURCE_DIR@/java/jni/ \
@@ -833,7 +834,8 @@ EXCLUDE_SYMBOLS =
# that contain example code fragments that are included (see the \include
# command).
-EXAMPLE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/examples/
+EXAMPLE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/examples/ \
+ @CMAKE_CURRENT_SOURCE_DIR@/jaulib/test/
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and