![]() |
![]() |
Programming guide to Unibase | ![]() |
| <module [title="title"] | Title to the module. |
| [author="author"] | Orginal author of the module. |
| [revision="revision date"] | Last revision date. |
| [URL="URL"] | The URL to get more, recent, information about this module. |
| [maintainer="maintainer"]> | Current maintainer of the module. |
| ... code ... | |
| </module> | |
| <chapter title="title"> | Begin a new chapter. |
| ... code ... | |
| {<sub [title="title"]> | Begin a new sub-division. |
| ... code ...} | |
| </chapter> | |
| <list heading="heading"> | Create a list. |
| {<item [name="name"]> | Heading to the list. |
| ... text ... } | The different items in the list. |
| </list> | |
| < syntax heading="heading"> | New syntax to describe in the documentation. |
| ... code ... | The lines of code to describe. |
| < description> | |
| ... text ... | The lines of description placed after the code. |
| < /syntax> | |