mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-06 21:00:41 +02:00
xml back in
This commit is contained in:
parent
1b61155c5c
commit
dde92b993f
@ -1888,3 +1888,30 @@ EXTERNAL_PAGES = YES
|
|||||||
# The default file (with absolute path) is: /usr/bin/perl.
|
# The default file (with absolute path) is: /usr/bin/perl.
|
||||||
|
|
||||||
PERL_PATH = /usr/bin/perl
|
PERL_PATH = /usr/bin/perl
|
||||||
|
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
# Configuration options related to the XML output
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
|
||||||
|
# captures the structure of the code including all documentation.
|
||||||
|
# The default value is: NO.
|
||||||
|
|
||||||
|
GENERATE_XML = YES
|
||||||
|
|
||||||
|
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
|
||||||
|
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
||||||
|
# it.
|
||||||
|
# The default directory is: xml.
|
||||||
|
# This tag requires that the tag GENERATE_XML is set to YES.
|
||||||
|
|
||||||
|
XML_OUTPUT = xml
|
||||||
|
|
||||||
|
# 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 enabling this will significantly increase the size
|
||||||
|
# of the XML output.
|
||||||
|
# The default value is: YES.
|
||||||
|
# This tag requires that the tag GENERATE_XML is set to YES.
|
||||||
|
|
||||||
|
XML_PROGRAMLISTING = YES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user