From a53c64109656992f866e176b1d99af629f1713d2 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Thu, 28 Feb 2019 16:34:46 +0900 Subject: [PATCH] =?utf8?q?Doxyfile=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8?= =?utf8?q?=E3=83=A7=E3=83=B3=E3=82=A2=E3=83=83=E3=83=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- doc_inner/Doxyfile | 29 ----------------------------- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/VERSION b/VERSION index 54b9a14..e298bf7 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -v0.5p11 +v0.5p12 diff --git a/doc_inner/Doxyfile b/doc_inner/Doxyfile index 981aefc..644c2c9 100644 --- a/doc_inner/Doxyfile +++ b/doc_inner/Doxyfile @@ -1041,35 +1041,6 @@ USE_HTAGS = NO VERBATIM_HEADERS = YES -# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the -# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the -# cost of reduced performance. This can be particularly helpful with template -# rich C++ code for which doxygen's built-in parser lacks the necessary type -# information. -# Note: The availability of this option depends on whether or not doxygen was -# generated with the -Duse_libclang=ON option for CMake. -# The default value is: NO. - -CLANG_ASSISTED_PARSING = NO - -# If clang assisted parsing is enabled you can provide the compiler with command -# line options that you would normally use when invoking the compiler. Note that -# the include paths will already be set by doxygen for the files and directories -# specified with INPUT and INCLUDE_PATH. -# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. - -CLANG_OPTIONS = - -# If clang assisted parsing is enabled you can provide the clang parser with the -# path to the compilation database (see: -# http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) used when the files -# were built. This is equivalent to specifying the "-p" option to a clang tool, -# such as clang-check. These options will then be passed to the parser. -# Note: The availability of this option depends on whether or not doxygen was -# generated with the -Duse_libclang=ON option for CMake. - -CLANG_DATABASE_PATH = - #--------------------------------------------------------------------------- # Configuration options related to the alphabetical class index #--------------------------------------------------------------------------- -- 2.18.0