diff options
author | Sven Gothel <[email protected]> | 2021-02-05 04:31:58 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-02-05 04:31:58 +0100 |
commit | da53250cbf90bf75ab7b022c5bc23d014d77bc9d (patch) | |
tree | ea2555bee1d6e2f8146d510557943618840432a2 /Doxyfile.java.in | |
parent | 69a3802f48cc7bf7684b96e5cb3b3d1211cda879 (diff) |
Doxygen*.in: Add unit test path; Add INCLUDE_PATH (C++)
Diffstat (limited to 'Doxyfile.java.in')
-rw-r--r-- | Doxyfile.java.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doxyfile.java.in b/Doxyfile.java.in index 78ad1e40..cdd2a774 100644 --- a/Doxyfile.java.in +++ b/Doxyfile.java.in @@ -760,7 +760,8 @@ WARN_LOGFILE = INPUT = @CMAKE_CURRENT_SOURCE_DIR@/java/ \ @CMAKE_CURRENT_SOURCE_DIR@/README.md \ - @CMAKE_CURRENT_SOURCE_DIR@/examples/java/ + @CMAKE_CURRENT_SOURCE_DIR@/examples/java/ \ + @CMAKE_CURRENT_SOURCE_DIR@/test/java/ # 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 @@ -828,7 +829,8 @@ EXCLUDE_SYMBOLS = # that contain example code fragments that are included (see the \include # command). -EXAMPLE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/examples/java/ +EXAMPLE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/examples/java/ \ + @CMAKE_CURRENT_SOURCE_DIR@/test/java/ # 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 |