BlitzMax Online Manual - tad bit buggy..

BlitzMax Forums/BlitzMax Programming/BlitzMax Online Manual - tad bit buggy..

plash(Posted 2008) [#1]
http://www.blitzbasic.com/bmdocs/topics.php?page=13

Notice Import (and both of the links go to a quite unusual page..) is defined twice, and the page for If has comments but the last of which is not displayed on the index (it still says "Nobody (2008 years ago)" ).


plash(Posted 2008) [#2]
I assume the manual is derived/ported from the original docs.

When you declare the bbdoc block for an identifier in a module you can continue on from the first line of any (is it any, or just 'about:'?) description and it will properly get picked up as new-lines when the documentation is built.

i.e.
Rem
	bbdoc: This is a documentation block!
	I can keep typing like this for ages...
	:)
End Rem


It seems the port did not pick up these new-lines: http://www.blitzbasic.com/bmdocs/command.php?name=GLTexFromPixmap&ref=2d_cat


Brucey(Posted 2008) [#3]
I can keep typing like this for ages...

No you can't?

As far as I'm aware, only "about:" can have multiple lines. Whereas "bbdoc:" and "returns:" should be on a single line.


plash(Posted 2008) [#4]
Ah that's the one.. Regardless, the buggered line for GLTexFromPixmap is from 'about:'.