summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamldoc/Paragraph.mli
blob: 8073c7cd99cf1c24a48b729d03e6817771bae242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
(* TEST
   * ocamldoc with html
*)

(** This file tests the generation of paragraph within module comments.


    At least three points should be exercised in this tests

    - First, all text should be tagged
    - Second, no paragraph should contain only spaces characters
    - Third, the mixing of different text style should not create
    invalid p tags


    See also {{: http://caml.inria.fr/mantis/view.php?id=7352} MPR:7352},
    {{: http://caml.inria.fr/mantis/view.php?id=7353} MPR:7353}

    {2:here Testing non-text elements }

    [code x ] {i should } be inside a p.


    {e But} {b not}
    {[
      let complex_code = ()
    ]}
    here.

    + An enumerated list first element
    + second element

    {L Alignment test: left}
    {R Right}
    {C Center}


    Other complex text{_ in subscript }{^ and superscript}
    {V Verbatim V}

    There is also {%html: html specific %} elements.

    @author: Florian Angeletti
    @version: 1
*)

(** *)

type t
(**
    And cross-reference {! t}.
   {!modules: Paragraph}
   {!indexlist}
*)