qDoc - Kdb+ HTML Documentation Generator
qDoc is a tool for generating API documentation in HTML format from doc comments in q source code.
The qDoc format is heavily based on the
JavaDoc format.
qDoc is ran from the tools menu, when called it will generate documentation for all open files.

QDoc Command Line
QDoc can be ran from the command line, this allows it to be used as part of automated build systems.
java -cp qstudio.jar com.timestored.qdoc.QDocMain <sourceFolder> <targetFolder>