Thanks assari :-)
Currently the revised docmods supports as follows :
* docs in these folders ...
*** BlitzMax/doc/user
*** BlitzMax/doc/user/<namespace>/<module>
*** BlitzMax/doc/community
*** BlitzMax/doc/community/<namespace>/<module>
where, <namespace> would be something like
brl and <module> could be
timer, both lower case.
Extra notes take the form of <identifier>.bbdoc
Examples take the form of <identifier>[1..].bmx
where, <identifier> would be something like
CreateTimer, and examples having an optional index if there are more than one.
A full example :
BlitzMax/doc/community/brl/timer/CreateTimer.bbdoc
BlitzMax/doc/community/brl/timer/CreateTimer.bmx
BlitzMax/doc/community/brl/timer/CreateTimer1.bmx
If you don't want to go to the hassle of the folder structure, doing the following is also allowed :
BlitzMax/doc/community/CreateTimer.bbdoc
BlitzMax/doc/community/CreateTimer.bmx
(but obviously, if something were to use the same name in different modules, you might get things appearing in unexpected places)
..and the same format applies to the
user area.
The .bbdoc files are formatted before integrating into the documentation, which means you don't have to use too much HTML to make it look ok. (like for paragraphs, tables etc)
Currently doing some testing and conversion of assari's docs to fit into the structure.
Any comments/suggestions?
:o)