summaryrefslogtreecommitdiffstats
path: root/Doxyfile.cpp.in
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-10-16 17:18:41 +0200
committerSven Gothel <[email protected]>2020-10-16 17:18:41 +0200
commit815ccde5caca44ac4f26c85db5685faac6aae446 (patch)
tree7a16be3d252a97b627179b8cd9b4b5168d1c6a82 /Doxyfile.cpp.in
parent2057cae7bfb6a8feb8267d3bf106bbfd9da645cb (diff)
Doxyfile.cpp.in: Add jaucpp details and also java/jni
Diffstat (limited to 'Doxyfile.cpp.in')
-rw-r--r--Doxyfile.cpp.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Doxyfile.cpp.in b/Doxyfile.cpp.in
index 41f30a85..cfed4614 100644
--- a/Doxyfile.cpp.in
+++ b/Doxyfile.cpp.in
@@ -758,8 +758,12 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
-INPUT = @CMAKE_CURRENT_SOURCE_DIR@/api/ \
+INPUT = @CMAKE_CURRENT_SOURCE_DIR@/jaucpp/include/ \
+ @CMAKE_CURRENT_SOURCE_DIR@/jaucpp/src \
+ @CMAKE_CURRENT_SOURCE_DIR@/jaucpp/java/jni \
+ @CMAKE_CURRENT_SOURCE_DIR@/api/ \
@CMAKE_CURRENT_SOURCE_DIR@/src/ \
+ @CMAKE_CURRENT_SOURCE_DIR@/java/jni/ \
@CMAKE_CURRENT_SOURCE_DIR@/README.md \
@CMAKE_CURRENT_SOURCE_DIR@/examples/