OSDN Git Service

Subzero: Add to doxygen output the python scripts related to lit.
authorReed Kotler <rkotlerimgtec@gmail.com>
Fri, 22 Jan 2016 02:48:11 +0000 (18:48 -0800)
committerJim Stichnoth <stichnot@chromium.org>
Fri, 22 Jan 2016 02:48:11 +0000 (18:48 -0800)
BUG=
R=stichnot@chromium.org

Review URL: https://codereview.chromium.org/1590403005 .

Patch from Reed Kotler <rkotlerimgtec@gmail.com>.

docs/Doxyfile

index 4e9b2ff..0104e8e 100644 (file)
@@ -270,7 +270,7 @@ OPTIMIZE_OUTPUT_VHDL   = NO
 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
 # the files are not read by doxygen.
 
-EXTENSION_MAPPING      =
+EXTENSION_MAPPING      = lit.cfg=Python
 
 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
 # according to the Markdown format, which allows for more readable
@@ -750,7 +750,9 @@ INPUT                  = "../src" \
                          "../../llvm/include/llvm/IR" \
                          "../../llvm/include/llvm/IRReader" \
                          "../../llvm/include/llvm/Support" \
-                         "../pydir"
+                         "../pydir" \
+                         "../tests_lit/lit.cfg" \
+                         "../../llvm/utils/lit"
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses