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

Unified Diff: native_client_sdk/src/doc/doxygen/Doxyfile.c.template

Issue 131343010: [NaCl SDK Docs] Remove /tmp path from generated docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: example of change Created 6 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
Index: native_client_sdk/src/doc/doxygen/Doxyfile.c.template
diff --git a/native_client_sdk/src/doc/doxygen/Doxyfile.c.template b/native_client_sdk/src/doc/doxygen/Doxyfile.c.template
index df1a03ea523bd429f9142fcdfb6de6a7097af971..6d790c8e09d96b6bc409ccb9d3928d9ddd422422 100644
--- a/native_client_sdk/src/doc/doxygen/Doxyfile.c.template
+++ b/native_client_sdk/src/doc/doxygen/Doxyfile.c.template
@@ -13,6 +13,7 @@
# These entries will be modified by generate_docs.py
OUTPUT_DIRECTORY = %(out_dirname)s
INPUT = %(doc_dirname)s/c
+STRIP_FROM_PATH = %(doc_dirname)s/c
EXCLUDE = %(doc_dirname)s/c/pp_macros.h
LAYOUT_FILE = %(script_dirname)s/DoxygenLayout.xml
HTML_HEADER = %(script_dirname)s/header.html

Powered by Google App Engine
This is Rietveld 408576698