From: Nick Mathewson Date: Mon, 22 Dec 2008 18:36:22 +0000 (+0000) Subject: Better documentation for contrib/redox.py X-Git-Tag: tor-0.2.1.9-alpha~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1df93bc067550c86ec22d001d143ed56da9579d8;p=thirdparty%2Ftor.git Better documentation for contrib/redox.py svn:r17736 --- diff --git a/contrib/redox.py b/contrib/redox.py old mode 100644 new mode 100755 index 1ba36759cd..f858df4aed --- a/contrib/redox.py +++ b/contrib/redox.py @@ -14,7 +14,24 @@ # I'll make a bunch of new files by adding missing DOCDOC comments to your # source. Those files will have names like ./src/common/util.c.newdoc. # You will want to look over the changes by hand before checking them in. - +# +# So, here's your workflow: +# +# 0. Make sure you're running a bourne shell for the redirects below. +# 1. make doxygen 1>doxygen.stdout 2>doxygen.stderr. +# 2. grep Warning doxygen.stderr | grep -v 'is not documented' | less +# [This will tell you about all the bogus doxygen output you have] +# 3. python ./contrib/redox.py