From: dberzano Date: Tue, 9 Dec 2014 13:55:39 +0000 (+0100) Subject: doxy: added params description on self-doc X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=6a98a5fdf6f45c1311802c9885e1684a4c1bf846;hp=a00f7da1728bb41e323a7fb9a970343821c51593;p=u%2Fmrichter%2FAliRoot.git doxy: added params description on self-doc --- diff --git a/doxygen/thtml2doxy_clang.py b/doxygen/thtml2doxy_clang.py index 5486b980f7c..7149d726fbb 100755 --- a/doxygen/thtml2doxy_clang.py +++ b/doxygen/thtml2doxy_clang.py @@ -19,9 +19,16 @@ # # Usage: # -# `thtml2doxy_clang file1 [file2 [file3...]]` +# `thtml2doxy_clang [--stdout|-o] [-d] [--debug=DEBUG_LEVEL] file1 [file2 [file3...]]` # -# @author Dario Berzano +# Parameters: +# +# - `--stdout|-o`: output all on standard output instead of writing files in place +# - `-d`: enable debug mode (very verbose output) +# - `--debug=DEBUG_LEVEL`: set debug level to one of `DEBUG`, `INFO`, `WARNING`, `ERROR`, +# `CRITICAL` +# +# @author Dario Berzano, CERN # @date 2014-12-05