diff options
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 |