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
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