summaryrefslogtreecommitdiff
path: root/cli/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-11 08:31:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-11 08:31:34 +0200
commit4d02432c918d9ce431bf6c3e3d2b7410093dfbb5 (patch)
tree84ca35a527bebee424b9df4e88d1e7b37559d959 /cli/options.cli
parent21cc797ba5b0a1f357889946d7c15e101db80045 (diff)
Add support for re-mapping HTML headings
Diffstat (limited to 'cli/options.cli')
-rw-r--r--cli/options.cli8
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/options.cli b/cli/options.cli
index 8a4a3e0..501cc82 100644
--- a/cli/options.cli
+++ b/cli/options.cli
@@ -256,6 +256,14 @@ class options
expressions don't do what you expected them to do."
};
+ std::map<char, std::string> --html-heading-map
+ {
+ "<c>=<h>",
+ "Map CLI heading <c> (valid values: '\cb{H}', '\cb{0}', '\cb{1}',
+ '\cb{h}', and '\cb{2}') to HTML heading <h> (for example, '\cb{h1}',
+ '\cb{h2}', etc)."
+ };
+
// Prologues.
//
std::vector<std::string> --hxx-prologue