diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-02-19 10:50:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-19 10:50:12 (GMT) |
commit | 736cb284b90bf66e514cbb2b73035fd9217488c0 (patch) | |
tree | 312b1946856317bea14c3a8966a1c565c12ac3a1 /addon/doxyparse/doxyparse.1 | |
parent | 9e3031e5f448a91fd68f1e9753e6f7beceffc0a1 (diff) | |
parent | 82dbb5fe863e13175eda130dcc728b102101ccda (diff) | |
download | Doxygen-736cb284b90bf66e514cbb2b73035fd9217488c0.zip Doxygen-736cb284b90bf66e514cbb2b73035fd9217488c0.tar.gz Doxygen-736cb284b90bf66e514cbb2b73035fd9217488c0.tar.bz2 |
Merge pull request #425 from analizo/doxyparse
new addon doxyparse, a source parsing engine
Diffstat (limited to 'addon/doxyparse/doxyparse.1')
-rw-r--r-- | addon/doxyparse/doxyparse.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addon/doxyparse/doxyparse.1 b/addon/doxyparse/doxyparse.1 new file mode 100644 index 0000000..d8530ab --- /dev/null +++ b/addon/doxyparse/doxyparse.1 @@ -0,0 +1,10 @@ +.TH DOXYPARSE "1" "DATE" "doxyparse VERSION" "User Commands" +.SH NAME +doxyparse \- parse and dumps informations about the code +.SH SYNOPSIS +.B doxyparse +[\fIsource file\fR...] +.SH DESCRIPTION +Parses source code and dumps the dependencies between the code elements. +.SH SEE ALSO +doxygen(1), doxytag(1), doxywizard(1). |