|
@@ -669,11 +669,7 @@ SHOW_NAMESPACES = YES
|
669
|
669
|
# by doxygen. Whatever the program writes to standard output is used as the file
|
670
|
670
|
# version. For an example see the documentation.
|
671
|
671
|
|
672
|
|
-if HAVE_GIT
|
673
|
|
-FILE_VERSION_FILTER = "/bin/sh -c 'git log --pretty=\"format:%ci, author:%aN <%aE>, commit:%h\" -1 \"${1}\" || echo no git'"
|
674
|
|
-else
|
675
|
|
-FILE_VERSION_FILTER =
|
676
|
|
-fi
|
|
672
|
+FILE_VERSION_FILTER = @DOXYFILE_FILE_VERSION_FILTER@
|
677
|
673
|
|
678
|
674
|
# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
|
679
|
675
|
# by doxygen. The layout file controls the global structure of the generated
|
|
@@ -767,7 +763,7 @@ WARN_LOGFILE =
|
767
|
763
|
# spaces.
|
768
|
764
|
# Note: If this tag is empty the current directory is searched.
|
769
|
765
|
|
770
|
|
-INPUT = @top_srcdir@
|
|
766
|
+INPUT = @top_builddir@/src
|
771
|
767
|
|
772
|
768
|
# This tag can be used to specify the character encoding of the source files
|
773
|
769
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|