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

Side by Side Diff: docs/py_filter

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 unified diff | Download patch
« docs/Makefile.standalone ('K') | « docs/fdoxypypy.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/bash
2 x=`which doxypypy`
3 if [ "$x" == "" ]; then
4 ./fdoxypypy.py $1
Jim Stichnoth 2016/01/27 02:12:30 Can you just do 'cat $1' instead of a special scri
rkotlerimgtec 2016/01/27 02:36:07 Done.
5 else
6 doxypypy -a -c $1
7 fi
8
Jim Stichnoth 2016/01/27 02:12:30 Remove trailing newlines
rkotlerimgtec 2016/01/27 02:36:07 Done.
9
OLDNEW
« docs/Makefile.standalone ('K') | « docs/fdoxypypy.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698