@@ -104,6 +104,8 @@ type w.
104104 (* This comment is excluded from the generated documentation file *)
105105 (*& This comment is excluded from the generated documentation file &*)
106106 (*^ This comment is excluded from the generated documentation file ^*)
107+ However, anything outside these nested comments (but within
108+ the documentation comment, of course) is included.
107109&*)
108110type x.
109111
@@ -122,8 +124,9 @@ type y.
122124 formatted using (a non-standard dialect of) Markdown.
123125 The following is supported.
124126
125- As first non-blank character on a line:
126- - \! indicates a heading;
127+ As first non-blank character on a line (followed by a space):
128+ - \! indicates a heading (one for largest heading, two for second-largest
129+ heading, etc.);
127130 - \*, \+, or \- indicate an item of an unordered list;
128131 - \# indicates an item of an ordered list; and
129132 - \> indicates (a line of) a blockquote.
@@ -152,7 +155,7 @@ type z.
152155 - `Op` (or `Operator`),
153156 - `Ax` (or `Axiom`),
154157 - `Lem` (or `Lemma`),
155- -`ModTy` (or `ModuleType`),
158+ - `ModTy` (or `ModuleType`),
156159 - `Mod` (or `Module`), and
157160 - `Th` (or `Theory`).
158161
0 commit comments