From b9f67a86a16eb2fbbdd51d8d68d9e5615583fa9c Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 28 Aug 2016 14:51:37 +0000 Subject: [PATCH] Removed @abs_top_builddir@ from doxygen.conf.in where it hampered reproducibe build --- doc/doxygen.conf.in | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in index 1bc2898..186fdff 100644 --- a/doc/doxygen.conf.in +++ b/doc/doxygen.conf.in @@ -54,7 +54,7 @@ PROJECT_LOGO = # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = @abs_top_builddir@ +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 @@ -1477,18 +1477,6 @@ GENERATE_XML = NO XML_OUTPUT = xml -# The XML_SCHEMA tag can be used to specify an XML schema, -# which can be used by a validating XML parser to check the -# syntax of the XML files. - -XML_SCHEMA = - -# The XML_DTD tag can be used to specify an XML DTD, -# which can be used by a validating XML parser to check the -# syntax of the XML files. - -XML_DTD = - # If the XML_PROGRAMLISTING tag is set to YES Doxygen will # dump the program listings (including syntax highlighting # and cross-referencing information) to the XML output. Note that