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

Unified Diff: docs/fdoxypypy.py

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: 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
Index: docs/fdoxypypy.py
diff --git a/docs/fdoxypypy.py b/docs/fdoxypypy.py
new file mode 100755
index 0000000000000000000000000000000000000000..caa28608a085b112d39bf3c907a6d4bebf2ae515
--- /dev/null
+++ b/docs/fdoxypypy.py
@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+import sys
+from sys import argv
+
+def main():
+ for line in open(argv[1], 'r'):
+ print line,
+
+main()

Powered by Google App Engine
This is Rietveld 408576698