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

Unified Diff: docs/Doxyfile

Issue 1574883002: add doxypypy and py_filter so this will turn google style (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: left makefile in test state. 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 | 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/docs/Doxyfile b/docs/Doxyfile
index 0104e8e5ca248241bfd076264809acd18104136e..2c666ff20c27712eec33d76a15092c4c090b54d3 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -876,7 +876,7 @@ INPUT_FILTER = "awk ' \
# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
# patterns match the file name, INPUT_FILTER is applied.
-FILTER_PATTERNS =
+FILTER_PATTERNS = *.py=./py_filter
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
# INPUT_FILTER ) will also be used to filter the input files that are used for
« no previous file with comments | « no previous file | docs/Makefile.standalone » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698