Official way to integrate into module help?
BlitzMax Forums/BlitzMax Module Tweaks/Official way to integrate into module help?| 
 | ||
| Is there? I notice all the HTML files in \BlitzMax\doc and also in the associated mod folders, but how should we integrate our module help into this? I'm in the process of creating a screensaver mod (that will ultimately be x-platform), and would like to supply help. Cheers, Stu | 
| 
 | ||
| you need to include BBDoc comments, look at the source of a module like blitzgl for examples. | 
| 
 | ||
| Thanks P.  I dug a little deeper and found out that bmk can generate it all too.  Very cool. |