type |
structure_content |
= |
S_Empty | | Empty element
|
|
|
|
S_Text of (string list) | |
Generic text: basic element |
|
|
|
S_Body | | Document root
|
|
|
|
S_Title | | Document title
|
|
|
|
S_TOC | | Table of contents
|
|
|
|
S_Intro | | An intro
paragraph |
|
|
|
S_Package | |
Package=Library |
|
|
|
S_Program | | A program
description |
|
|
|
S_S1 | | Generic named
section |
|
|
|
S_Module | | A ML-module
|
|
|
|
S_Clib | | A C-Library
|
|
|
|
S_S2 | | Generic subsection
|
|
|
|
S_Function | | A function
subsection |
|
|
|
S_Type | | A type
subsection |
|
|
|
S_Value | | A value
subsection |
|
|
|
S_Class | | A class
subsection |
|
|
|
S_C | | C functions and
variables |
|
|
|
S_S3 | | Generic unit
|
|
|
|
S_Paragraph | | A named
paragraph |
|
|
|
S_Interface | | Generic
Interface |
|
|
|
S_Example | | Example
preformatted paragraph |
|
|
|
S_Preform | | Preformatted
paragraph |
|
|
|
S_S4 | | Generic subunit
|
|
|
|
S_Fun_Interface | |
ML-Function interface |
|
|
|
S_Val_Interface | |
ML-Value interface |
|
|
|
S_Type_Interface | | A
ML-type definition |
|
|
|
S_Exc_Interface | |
Exception |
|
|
|
S_Struc_Interface | | A
type structure |
|
|
|
S_C_Hdr_Interface | | C
header interface |
|
|
|
S_C_Fun_Interface | | C
function interface |
|
|
|
S_C_Var_Interface | | C
variable interface |
|
|
|
S_Class_Interface | | A
ML-Class |
|
|
|
S_Method_Interface | | A ML
method of a class |
|
|
|
S_Object_Interface | | A ML
object of a class |
|
|
|
S_Module_Interface | | A ML
module interface |
|
|
|
S_Attribute | | Text or
other attributes changes |
|
|
|
S_OList | | Ordered List
|
|
|
|
S_UList | | Unordered List
|
|
|
|
S_OpList | | Definition
List |
|
|
|
S_List_Item | | Unordered
List item |
|
|
|
S_Table | | Table body
|
|
|
|
S_TableHead | | Table
header |
|
|
|
S_TableRow | | A new table
row |
|
|
|
S_TableCol | | Table column
data |
|
|
|
S_TableNoRulers | | Don't
put boxes around the table cells |
|
|
|
S_Name | | Function,
Type,... name |
|
|
|
S_Mutable | | Mutable
prefix |
|
|
|
S_Private | | Provate
prefix |
|
|
|
S_Virtual | | Virtual
prefix |
|
|
|
S_CurArg | | Argument of a
curried list |
|
|
|
S_UnCurArg | | Argument of
an uncurried list:tuple |
|
|
|
S_RetArg | | Return
argument of a function |
|
|
|
S_NL | | Newline |
|
|
|
S_TAB | | Text tabulation
|
|
|
|
S_Link | | Link |
|
|
|
S_Comment | A comment
|