From acd1f55cd7d6525174c9277d9c197ffd18e31ab3 Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Mon, 19 Oct 2015 22:33:19 -0400 Subject: [PATCH] Updated dox to have latest version and version in published path --- bindings/java/doxygen/Doxyfile | 2 +- tsk/docs/Doxyfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/java/doxygen/Doxyfile b/bindings/java/doxygen/Doxyfile index 9db930b74..63bee88eb 100644 --- a/bindings/java/doxygen/Doxyfile +++ b/bindings/java/doxygen/Doxyfile @@ -1046,7 +1046,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = jni-docs +HTML_OUTPUT = jni-docs/4.3/ # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp). diff --git a/tsk/docs/Doxyfile b/tsk/docs/Doxyfile index 781d348f0..4413d4073 100644 --- a/tsk/docs/Doxyfile +++ b/tsk/docs/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = "The Sleuth Kit" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 4.2 +PROJECT_NUMBER = 4.3 # 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 @@ -881,7 +881,7 @@ GENERATE_HTML = YES # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. -HTML_OUTPUT = api-docs +HTML_OUTPUT = api-docs/4.3/ # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank -- GitLab