1
1
{0 [odoc]}
2
2
3
- For a quick look at the [odoc] syntax, see the {{!cheatsheet}cheatsheet}!
3
+ {b For a quick look at the [odoc] syntax, see the {{!cheatsheet}cheatsheet}!}
4
4
5
5
{1:overview What is [odoc]?}
6
6
@@ -29,7 +29,7 @@ The syntax reference is a refinement of that explained in the
29
29
{{:https://ocaml.org/manual/ocamldoc.html}OCaml manual}. The differences
30
30
are described {{!page-ocamldoc_differences}here}.
31
31
32
- [odoc]'s main advantages over OCamldoc are
32
+ [odoc]'s main advantages over OCamldoc are:
33
33
34
34
- an accurate {e cross-referencer} that can calculate links between types, modules,
35
35
module types, and more. So if you've ever been baffled by exactly what the [t] was in [val f : A(M).t -> unit], [odoc] will link to it!
@@ -45,16 +45,16 @@ For guidance on how to document your OCaml project, see {{!page-odoc_for_authors
45
45
To integrate [odoc] into your tool, webpage or any other
46
46
setting, you'll need to understand {{!page-driver}how to drive [odoc]}.
47
47
48
- {1 Page index }
48
+ {1 Page Index }
49
49
50
50
The main other pages of this site:
51
- - {!page-odoc_for_authors} [odoc] For Authors
52
- - {!page-cheatsheet} The cheatsheet
53
- - {!page-features} Language Features
54
- - {!page-driver} Reference Driver
55
- - {!page-ocamldoc_differences} Differences from OCamldoc
56
- - {!page-dune} Dune
57
- - {!page-parent_child_spec} Parent/Child Specification
58
- - {!page-interface} Interface Guarantees
59
- - {!page-ocamlary} A demonstration of the rendering of most of the OCaml constructs
60
- - {!page-api_reference} Odoc 's library API
51
+ - {!page-odoc_for_authors} gives information for [odoc] authors.
52
+ - {!page-cheatsheet} provides a quick quide for [odoc] markdown.
53
+ - {!page-features} explores [odoc]'s language features.
54
+ - {!page-driver} describes how [odoc] produces documentation.
55
+ - {!page-ocamldoc_differences} outlines differences from OCamldoc.
56
+ - {!page-dune} shows how to create docs using Dune.
57
+ - {!page-parent_child_spec} delineates parent/child specifications.
58
+ - {!page-interface} describes [odoc]'s public-facing interface and their support guarantees.
59
+ - {!page-ocamlary} demonstrates the rendering of most of the OCaml constructs.
60
+ - {!page-api_reference} lists [odoc] 's API reference library.
0 commit comments