Help - No docs

BlitzMax Forums/BlitzMax Beginners Area/Help - No docs

jondecker76(Posted 2005) [#1]
Ok, where is the module documentation at? I go to help, and i have the language reference but the whole module/command reference is not existant. I thought when you built modules it would create the html docs?? Not happening here.. (Win beta version). Even tried downloading the Mac demo, but no module docs there either :(

any help would be appreciated


Bot Builder(Posted 2005) [#2]
Ok, open the command prompt and navigate to the bin directory. First off, make sure you have the modules:

bmk syncmods -u <user> -p <password>

Then, ensure there is documentation:

bmk docmods
bmk syncdocs

Instead of the last two commands you can try out this:

http://www.blitzbasic.com/Community/posts.php?topic=42438


jondecker76(Posted 2005) [#3]
thanks a lot - worked like a charm! Sadly, i couldn't find this info anywhere else!