bbdoc : how to define a new keyword ?

BlitzMax Forums/BlitzMax Beginners Area/bbdoc : how to define a new keyword ?

Red(Posted 2005) [#1]
i tried "keyword: myKeyword"


tonyg(Posted 2005) [#2]
Does it follow this template...
Rem
keyword: Strict
bbdoc: Use strict mode
about: Strict mode advises the compiler to report as errors all auto defined variables. #Strict should appear
at the top of your source code before any program code.

keyword: End
bbdoc: End program execution

etcetcetc
end rem



Red(Posted 2005) [#3]
it does not work
docmods updated the function list but there's no keyword list.


Red(Posted 2005) [#4]
bbdoc: End program execution
keyword: End