diff options
author | Sven Gothel <[email protected]> | 2021-01-25 13:13:39 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-01-25 13:13:39 +0100 |
commit | ce535763faecc242226514f85d1f5811ecbe0ac3 (patch) | |
tree | b9a84ae81f26949dd3b30cb3bcfd5b4847e80f62 /Doxyfile.java.in | |
parent | 5e66be0a1c0509b0648a22a35f3cee3d38d6798c (diff) |
Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Upcoming API Cleanup (Drop TinyB only entries)
Diffstat (limited to 'Doxyfile.java.in')
-rw-r--r-- | Doxyfile.java.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile.java.in b/Doxyfile.java.in index 38cc0b16..78ad1e40 100644 --- a/Doxyfile.java.in +++ b/Doxyfile.java.in @@ -38,7 +38,7 @@ PROJECT_NAME = "Direct-BT / TinyB" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = @tinyb_VERSION_STRING@ +PROJECT_NUMBER = @direct_bt_VERSION_STRING@ # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -58,7 +58,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = @tinyb_DOCS_DIR@/java +OUTPUT_DIRECTORY = @direct_bt_DOCS_DIR@/java # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and |