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

Unified Diff: docs/Doxyfile

Issue 1572143002: add scripts to doxygen for subzero (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 14531c75c40072ed973f70ad4c6d1ef708b09750..4e9b2ffab3026386c918dca53b49163f4eadfd6d 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -749,7 +749,8 @@ INPUT = "../src" \
"../../llvm/include/llvm/Config" \
"../../llvm/include/llvm/IR" \
"../../llvm/include/llvm/IRReader" \
- "../../llvm/include/llvm/Support"
+ "../../llvm/include/llvm/Support" \
+ "../pydir"
# 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
« 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