Description: This is the line of description of the file which will appear in the index. You can add more line of description of the file. These lines will appear at the top of the documentation. THIS HTML DOCUMENTATION WAS CREATED USING THIS .BB SOURCE FILE. |
Author: RepeatUntil |
To do:
|
aType3 |
Description: The description of type/function could be above or below the keyword (however the priority is for description above the keyword) See also: aType4 (use of the "See also" tag) |
Field description: field1 = Description of this field |
aFunction(var1%,var2$,[var3#=1.]) |
Description: The description of type/function could be above or below the keyword (however the priority is for description above the keyword) |
Parameters: var1% var2$ var3# [Default value = 1.] |
Return value: the description of the return value |
aFunction2(var1%,var2$,[var3#=1.]) |
Parameters: var1% var2$ var3# [Default value = 1.] |
Return value: None |
This is a group with several lines of description, this one being on the same line | ||
Of course, you can put inline documentation inside groups!
|
aFunction5() |
Description: There is several ways to import code. Here are some other methods compared to SimpleExample.bb The first example show that if you put ";example -", then the example file is not saved The second shows that if you use ;code, then you are able to change the title of the example The third example shows that you can ask for another name of file (default is the name of the function) |
Return value: None |
Example: ; This is an example For i = 1 To 10 Print "This is an example" Next |
This is an example with an user defined title: ; This is an example For i = 1 To 10 Print "This is an example" Next |
Code: ; This is an example with a change in the name of the file (see link) For i = 1 To 10 Print "This is an example" Next |
The title of the cell The text inside the cell |
Another cell with more text The text inside the cell and still more text |
This is the table title |
The first cell Some text |
A cell without title |
Some code ; Here is some code CreateAQuake-LikeGame(5, "And prepare me some coffee, please") ;) |
A group |
some text or whatever inside this group
|