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

Unified Diff: docs/Doxyfile

Issue 1562703002: move docs generation (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: changes suggested by stichnot 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 | « Makefile.standalone ('k') | docs/Makefile.standalone » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/Doxyfile
diff --git a/Doxyfile b/docs/Doxyfile
similarity index 99%
rename from Doxyfile
rename to docs/Doxyfile
index 0fec183ad68195089272f7f3e3398a4c543daad2..14531c75c40072ed973f70ad4c6d1ef708b09750 100644
--- a/Doxyfile
+++ b/docs/Doxyfile
@@ -58,7 +58,7 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
-OUTPUT_DIRECTORY = "docs"
+OUTPUT_DIRECTORY = "../build/docs"
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
@@ -743,13 +743,13 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
-INPUT = "src" \
- "../llvm/include/llvm/ADT" \
- "../llvm/include/llvm/Bitcode" \
- "../llvm/include/llvm/Config" \
- "../llvm/include/llvm/IR" \
- "../llvm/include/llvm/IRReader" \
- "../llvm/include/llvm/Support"
+INPUT = "../src" \
+ "../../llvm/include/llvm/ADT" \
+ "../../llvm/include/llvm/Bitcode" \
+ "../../llvm/include/llvm/Config" \
+ "../../llvm/include/llvm/IR" \
+ "../../llvm/include/llvm/IRReader" \
+ "../../llvm/include/llvm/Support"
# 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 | « Makefile.standalone ('k') | docs/Makefile.standalone » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698