Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Unified Diff: docs/Doxyfile

Issue 1590403005: add python scripts related to lit (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/Doxyfile
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 4e9b2ffab3026386c918dca53b49163f4eadfd6d..ed8dd96eafb34585464d64fb5441e5f6d4a9b593 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -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"
Jim Stichnoth 2016/01/20 18:25:52 What is the benefit of documenting the whole lit s
rkotlerimgtec 2016/01/20 20:35:07 The main reason is just so that we can see this co
Jim Stichnoth 2016/01/21 01:45:20 I see, thanks.
# 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
@@ -770,7 +772,7 @@ INPUT_ENCODING = UTF-8
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
# *.qsf, *.as and *.js.
-FILE_PATTERNS =
+FILE_PATTERNS =
Jim Stichnoth 2016/01/20 18:25:52 revert this whitespace addition
rkotlerimgtec 2016/01/20 20:35:07 Done.
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698