|
@@ -498,7 +498,7 @@ SHOW_NAMESPACES = YES
|
|
|
# provided by doxygen. Whatever the program writes to standard output
|
|
# provided by doxygen. Whatever the program writes to standard output
|
|
|
# is used as the file version. See the manual for examples.
|
|
# is used as the file version. See the manual for examples.
|
|
|
|
|
|
|
|
-FILE_VERSION_FILTER =
|
|
|
|
|
|
|
+FILE_VERSION_FILTER = "git log -n 1 --pretty=format:%h"
|
|
|
|
|
|
|
|
# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed by
|
|
# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed by
|
|
|
# doxygen. The layout file controls the global structure of the generated output files
|
|
# doxygen. The layout file controls the global structure of the generated output files
|
|
@@ -981,7 +981,7 @@ FORMULA_FONTSIZE = 10
|
|
|
# there is already a search function so this one should typically
|
|
# there is already a search function so this one should typically
|
|
|
# be disabled.
|
|
# be disabled.
|
|
|
|
|
|
|
|
-SEARCHENGINE = NO
|
|
|
|
|
|
|
+SEARCHENGINE = YES
|
|
|
|
|
|
|
|
#---------------------------------------------------------------------------
|
|
#---------------------------------------------------------------------------
|
|
|
# configuration options related to the LaTeX output
|
|
# configuration options related to the LaTeX output
|
|
@@ -1506,7 +1506,7 @@ DOT_TRANSPARENT = YES
|
|
|
# makes dot run faster, but since only newer versions of dot (>1.8.10)
|
|
# makes dot run faster, but since only newer versions of dot (>1.8.10)
|
|
|
# support this, this feature is disabled by default.
|
|
# support this, this feature is disabled by default.
|
|
|
|
|
|
|
|
-DOT_MULTI_TARGETS = NO
|
|
|
|
|
|
|
+DOT_MULTI_TARGETS = YES
|
|
|
|
|
|
|
|
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
|
|
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
|
|
|
# generate a legend page explaining the meaning of the various boxes and
|
|
# generate a legend page explaining the meaning of the various boxes and
|