diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-04-13 09:33:52 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-04-13 09:33:52 (GMT) |
commit | 385b87e08c23b1392d0e6d6fbdb6ef463fa28477 (patch) | |
tree | 33f9e024a69a755aaf7d3c2cec778648f6f4009a /doc | |
parent | 4ccfb9efa8382de50dfc5b176cb147fd1b05870c (diff) | |
download | Doxygen-385b87e08c23b1392d0e6d6fbdb6ef463fa28477.zip Doxygen-385b87e08c23b1392d0e6d6fbdb6ef463fa28477.tar.gz Doxygen-385b87e08c23b1392d0e6d6fbdb6ef463fa28477.tar.bz2 |
Added support for \-- and \--- to prevent interpretation as ndash and mdash
Diffstat (limited to 'doc')
-rw-r--r-- | doc/commands.doc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/commands.doc b/doc/commands.doc index 4c3c2fc..0f36e61 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -209,6 +209,8 @@ documentation: \refitem cmdchardot \\\. \refitem cmddcolon \:: \refitem cmdpipe \\| +\refitem cmdndash \\\-- +\refitem cmdmdash \\\--- \endsecreflist The following subsections provide a list of all commands that are recognized by @@ -3077,6 +3079,20 @@ class Receiver for Markdown tables. <hr> +\section cmdndash \\-- + + \addindex \\\-- + This command writes two dashes (\--) to the output. This allows + writing two consecutive dashes to the output instead of one n-dash character (--). + +<hr> +\section cmdmdash \\--- + + \addindex \\\--- + This command writes three dashes (\---) to the output. This allows + writing three consecutuve dashes to the output instead of one m-dash character (---). + +<hr> \htmlonly <center> \endhtmlonly <h2> \htmlonly --- \endhtmlonly |