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.

How to run qDoc from within QStudio

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>

How to write doc comments for qDoc

Example

Output