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

Unified Diff: native_client_sdk/src/doc/doxygen/Doxyfile.cpp.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
« no previous file with comments | « native_client_sdk/src/doc/doxygen/Doxyfile.c.template ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/doc/doxygen/Doxyfile.cpp.template
diff --git a/native_client_sdk/src/doc/doxygen/Doxyfile.cpp.template b/native_client_sdk/src/doc/doxygen/Doxyfile.cpp.template
index 951f2fd9295f7e11b33b208a35edcad94e1b0440..0399ffc8ea9e880f45a70c2832e40c49c5e6ee71 100644
--- a/native_client_sdk/src/doc/doxygen/Doxyfile.cpp.template
+++ b/native_client_sdk/src/doc/doxygen/Doxyfile.cpp.template
@@ -14,6 +14,8 @@
OUTPUT_DIRECTORY = %(out_dirname)s
INPUT = %(doc_dirname)s/cpp \
%(doc_dirname)s/utility
+STRIP_FROM_PATH = %(doc_dirname)s/cpp \
+ %(doc_dirname)s/utility
EXCLUDE = %(doc_dirname)s/cpp/array_output.h \
%(doc_dirname)s/cpp/output_traits.h \
%(doc_dirname)s/utility/completion_callback_factory_thread_traits.h
« no previous file with comments | « native_client_sdk/src/doc/doxygen/Doxyfile.c.template ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698