Starting with V0.9.0, you can have HTML documentation created for the whole XWorkplace code. This is done using my own xdoc utility, which can be found in the root directory of the XWorkplace Helpers.

The sources for xdoc are still in the WarpIN source tree.

xdoc is capable of parsing C/CPP source code and header files to some extent. When certain codes are found in a comment in the sources (e.g. @@), that comment is assumed to document some function and will be considered for HTML output.

Call createdoc.cmd in the main directory, which will create the HTML documentation in a new subdirectory of the code tree HTML\. Open index.html then to get an index of all XWorkplace source files.