MakeDocs

MakeDocs is the program that build documentation in MaxIDE for BlitzMax.

I’ve changed the program (the original source code is public and available in the BlitzMax distribution) to add the following features

  • version output
  • excluding modules to be ‘docced’ (if they slow down things, like Pub.Glew)
  • adding external commands to be highlighted without messing around with the source code

The syntax is quite easy

makedocs.exe -version

It shows the current version

makedocs.exe -h OR makedocs.exe -help

It shows a simple output about syntax

makedocs.exe -exclude=module1.mod,module2.mod

It specifies what modules must be skipped during the documentation process

makedocs.exe -extern=URL_TO_TEXT_FILE

It specifies an external file to add to the commands to be highlighted in the MaxIDE, without the need to change the source code


  • 24 nov 2019 – v.1.6 – fixed problem with multiple examples

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close