aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/coqdoc/output.mli
diff options
context:
space:
mode:
authorGravatar sacerdot <sacerdot@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-04-06 20:13:03 +0000
committerGravatar sacerdot <sacerdot@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-04-06 20:13:03 +0000
commitb62621f2c0ae08b65aca697f68b0595b53b976ff (patch)
treecc9dab8151097bdabd06c443ff917dac4e88abc0 /tools/coqdoc/output.mli
parentcd902906499c85cf8af69ecb44f4960750de2771 (diff)
1. In -html mode the generated files are well-formed XML files
(i.e. the output is no longer HTML but (X)HTML) 2. Added (** ^ ... ^ *) to output verbatim characters that are NOT quoted (whereas (** # ... # *) and all the other similar marks do quote the characters according to the output language quoting conventions). 3. Added ^^ to output a single '^' character git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5647 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools/coqdoc/output.mli')
-rw-r--r--tools/coqdoc/output.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/coqdoc/output.mli b/tools/coqdoc/output.mli
index 0da966942..84a85a7fc 100644
--- a/tools/coqdoc/output.mli
+++ b/tools/coqdoc/output.mli
@@ -81,6 +81,7 @@ val latex_string : string -> unit
val html_char : char -> unit
val html_string : string -> unit
val verbatim_char : char -> unit
+val hard_verbatim_char : char -> unit
val start_latex_math : unit -> unit
val stop_latex_math : unit -> unit