Skip to content

Commit aef30e9

Browse files
committed
Update doxygen config file
Change-Id: I3d71e1b3716132c51980bbf0ef07cf3732246fcb
1 parent 32cb3e9 commit aef30e9

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

Doc/DoxyfilePublic

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,18 +1076,6 @@ GENERATE_XML = NO
10761076

10771077
XML_OUTPUT = xml
10781078

1079-
# The XML_SCHEMA tag can be used to specify an XML schema,
1080-
# which can be used by a validating XML parser to check the
1081-
# syntax of the XML files.
1082-
1083-
XML_SCHEMA =
1084-
1085-
# The XML_DTD tag can be used to specify an XML DTD,
1086-
# which can be used by a validating XML parser to check the
1087-
# syntax of the XML files.
1088-
1089-
XML_DTD =
1090-
10911079
# If the XML_PROGRAMLISTING tag is set to YES Doxygen will
10921080
# dump the program listings (including syntax highlighting
10931081
# and cross-referencing information) to the XML output. Note that
@@ -1383,7 +1371,7 @@ DOT_IMAGE_FORMAT = png
13831371
# The tag DOT_PATH can be used to specify the path where the dot tool can be
13841372
# found. If left blank, it is assumed the dot tool can be found in the path.
13851373

1386-
DOT_PATH = ..\..\Common\DK\GraphViz\Graphviz2.32\bin
1374+
DOT_PATH = ..\..\..\Common\DK\GraphViz\Graphviz2.32\bin
13871375

13881376
# The DOTFILE_DIRS tag can be used to specify one or more directories that
13891377
# contain dot files that are included in the documentation (see the

0 commit comments

Comments
 (0)