浏览代码

Merge pull request #3994 from assimp/doxygen_api_generation

Disable html and enable xml
Kim Kulling 4 年之前
父节点
当前提交
f3cb23c0c7
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      doc/Doxyfile.in

+ 3 - 3
doc/Doxyfile.in

@@ -636,7 +636,7 @@ WARN_IF_DOC_ERROR      = YES
 # wrong or incomplete parameter documentation, but not about the absence of 
 # wrong or incomplete parameter documentation, but not about the absence of 
 # documentation.
 # documentation.
 
 
-WARN_NO_PARAMDOC       = NO
+WARN_NO_PARAMDOC       = YES
 
 
 # The WARN_FORMAT tag determines the format of the warning messages that 
 # The WARN_FORMAT tag determines the format of the warning messages that 
 # doxygen can produce. The string should contain the $file, $line, and $text 
 # doxygen can produce. The string should contain the $file, $line, and $text 
@@ -877,7 +877,7 @@ IGNORE_PREFIX          =
 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will 
 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will 
 # generate HTML output.
 # generate HTML output.
 
 
-GENERATE_HTML          = YES
+GENERATE_HTML          = NO
 
 
 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 
 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 
@@ -1460,7 +1460,7 @@ MAN_LINKS              = NO
 # generate an XML file that captures the structure of 
 # generate an XML file that captures the structure of 
 # the code including all documentation.
 # the code including all documentation.
 
 
-GENERATE_XML           = NO
+GENERATE_XML           = YES
 
 
 # The XML_OUTPUT tag is used to specify where the XML pages will be put. 
 # 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 
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be