Paragraph elements | MlDoC dot commands |
Lists | |||
Name | begin | end | Comment |
Ordered (numbered) List | .OL | .LO | |
Unordered List | .UL | .LU | |
Option List | .PL | .LP | First command in List item must be a Name. |
List item | .LI | .IL | Used inside lists only. |
.PL .LI .NA -a .AN This program option is used to show all available options. .IL .LI .NA -b .AN This program option is used to build all available options. .IL .LP |
Tables | |||
Name | begin | end | Comment |
Table body | .TB | .BT | |
NoRulers | .NR | Don't put boxes around the table cells. | |
Table head | .TH | .HT | Optional table head row. |
Table row | .TR | .RT | |
Table columns | .TC | .CT | Must be included between the row command. |
1 | 2 |
3 | 4 |
.TB .TR .TC 1 .CT .TC 2 .CT .RT .TR .TC 3 .CT .TC 4 .CT .RT .BT |
1 | 2 |
3 | 4 |
Name | begin | end | Description |
Name | .NA | .AN | Outside from special interfaces, this command emphasize names of functions, types or other important names. |
Link | .LK | .KL | A link to another section or document |
UP MlDoC dot commands |