Highlighting custom functions?

BlitzMax Forums/BlitzMax Beginners Area/Highlighting custom functions?

QuickSilva(Posted 2008) [#1]
Hello, is it possible to highlight custom functions in the IDE or maybe highlight functions from user made modules?

Thanks,

Jason.


Jesse(Posted 2008) [#2]
yes, in modules specify all of the information. compile it with "bmk makemods" and then rebuild documentation. that will do the trick. look at one of the brl modules to get an idea on how to do the documentation.


Brucey(Posted 2008) [#3]
The user-made modules will need "bbdoc" comments.
One for the "Module blah" line, and then for functions/types/methods - for each one that you want to have appear in the docs.