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

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: 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/py_filter » ('j') | doxypypy/.gitignore » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/Doxyfile
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 4e9b2ffab3026386c918dca53b49163f4eadfd6d..842822b35637b4505c6afebc51c97a8f030a6d8a 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -874,7 +874,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/py_filter » ('j') | doxypypy/.gitignore » ('J')

Powered by Google App Engine
This is Rietveld 408576698