From 21110e4a6fe3137bf39201f728a8ba47e33f9e25 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Tue, 9 Nov 2021 16:03:15 +0800 Subject: [PATCH] more --- cmake/cmake.options | 2 +- docs/Doxyfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/cmake.options b/cmake/cmake.options index 7b5aeb8e65..88f2b88fa6 100644 --- a/cmake/cmake.options +++ b/cmake/cmake.options @@ -40,5 +40,5 @@ option( option( BUILD_DOCS "If use doxygen build documents" - ON + OFF ) \ No newline at end of file diff --git a/docs/Doxyfile b/docs/Doxyfile index c3e86e0081..bbefffcc3b 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -32,13 +32,13 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = "TDengine 3.0" +PROJECT_NAME = "TDengine" # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = +PROJECT_NUMBER = 3.0 # 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 = /mnt1/hzcheng/work/TDengine/debug +OUTPUT_DIRECTORY = # 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