1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Wed, 21 Dec 2016 17:42:21 +0000
Subject: No version queries with Git
---
docs/doxygen.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/doxygen.mk b/docs/doxygen.mk
index 4f2ddf0..6dd5edd 100644
--- a/docs/doxygen.mk
+++ b/docs/doxygen.mk
@@ -663,7 +663,7 @@ SHOW_NAMESPACES = YES
# by doxygen. Whatever the program writes to standard output is used as the file
# version. For an example see the documentation.
-FILE_VERSION_FILTER = "/bin/sh -c 'git log --pretty=\"format:%ci, (build %h)\" -1' \"${1}\""
+FILE_VERSION_FILTER =
# 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
|