diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-29 10:50:19 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-29 10:50:19 -0800 |
commit | 1a44d5bc9bb6178f254a96d3e694dd4c9f4ffecb (patch) | |
tree | 6ebadece01a36dbc5556e6c8f6c5d46bcc836197 /man/man1 | |
parent | ad8b39e550f2ff9a8b8e409d1654fc26135dc9fa (diff) |
Moved man page generation to man/CMakeLists.txt.
Removed doxygen stuff for now. It seems too complex for what we need.
We'll find another way to create cmark.3.
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/cmark.1 | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/man/man1/cmark.1 b/man/man1/cmark.1 deleted file mode 100644 index 3681456..0000000 --- a/man/man1/cmark.1 +++ /dev/null @@ -1,34 +0,0 @@ -.TH "cmark" "1" "October 22, 2014" "cmark manual" "" -.SH NAME -.PP -cmark \- convert CommonMark formatted text to HTML -.SH SYNOPSIS -.PP -cmark [\f[I]options\f[]] [file*] -.SH DESCRIPTION -.PP -\f[C]cmark\f[] acts as a pipe, reading from stdin or from the specified -files and writing to stdout. -It converts Markdown formatted plain text to HTML, using the conventions -described in the CommonMark spec. -If multiple files are specified, the contents of the files are simply -concatenated before parsing. -.SH OPTIONS -.TP -.B \f[C]\-\-ast\f[] -Print an abstract syntax tree instead of HTML. -.RS -.RE -.TP -.B \f[C]\-\-help\f[] -Print usage information. -.RS -.RE -.TP -.B \f[C]\-\-version\f[] -Print version. -.RS -.RE -.SH AUTHORS -.PP -John MacFarlane |