Cerberus X Documentation

Module holzchopf.doctest

The only purpose of this module is to test all doccer capabilities More...

Declarations

Imports
brl.json Minimalistic JSON module.
cerberus.map The map module provides support for associative maps.
mojo2 The mojo2 module is a new 2d rendering module for Cerberus.
Classes
BaseClass Test-class
XClass Another test-class
Interfaces
ITest1 Test-Interface 1
ITest2 Test-Interface 2
ITest3 Test-Interface 3
ITestCombined Combined test interface
Constants
BLABBER : Int = 117 Note that consts are alphabetically sorted
BLIBBER : = 0.01 This one is actually the fourth documented const
BLOBBER : = 42 This one is actually the third documented const
BLUBBER : Int = 1337 This one is actually the first documented const
Enumerates
MONDAY , TUESDAY , WEDNESDAY , THURSDAY , FRIDAY , SATURDAY , SUNDAY Weekdays mapped to the numbers 145 to 151
ONE , TWO , THREE , FOUR , FIVE Just some number literals

Detailed Discussion

The only purpose of this module is to test all doccer capabilities

Tabletest

RowDescription
1first row
2second row
3there's an empty line before this
4(which obviously breaks the table)
This is aso called "headerless" table
They did NOTlook any better with the old doccer

Paragraph test

This is a paragraph

And some empty lines later, there's another paragraph

List test

  • I
  • Am
  • A
  • List
  • With
    • A
    • Twist
      1. Number 1 (the)
      2. Number 2 (twist)
      3. Number 3 (is)
        • Number 4 (you)
        • Number 5 (can)
        • Number 6 (have)
          • Number 7 (empty)
          • Number 8 (lines)
          • Number 9 (in)
          • Number 10 (lists)
              • Number 11?

              To reset the numbering of lists, you have to insert a line of text

              1. See?

                    Constants Documentation

                    Const BLABBER : Int = 117

                    Note that consts are alphabetically sorted

                    Const BLIBBER : = 0.01

                    This one is actually the fourth documented const

                    Const BLOBBER : = 42

                    This one is actually the third documented const

                    Const BLUBBER : Int = 1337

                    This one is actually the first documented const


                    Enumerates Documentation

                    Enumerate MONDAY = 131 + 14, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY

                    Weekdays mapped to the numbers 145 to 151

                    Enumerate ONE, TWO, THREE, FOUR, FIVE

                    Just some number literals