F1 status bar help does not show comments

BlitzMax Forums/BlitzMax Programming/F1 status bar help does not show comments

Canardian(Posted 2008) [#1]
I'm trying to build documentation for a module, but when I compile the documentation, it's missing the comment from the F1 status bar help.

It shows:
AppLogMode(mode%)

But it should show:
AppLogMode(mode%) : Enables or disables the application log



The entry in the mymoddocs.bmx file looks like this:

Rem
bbdoc: Enables or disables the application log
about: This command is useful for debugging errors also
EndRem
Function AppLogMode(mode%)
EndFunction


Nigel Brown(Posted 2009) [#2]
Did anyone find an aswer to this I have the same problem?