SofaDoc

SofaDoc Map Usage

Usage

SofaDoc is a simple live documentation of PHP source code. SofaDoc recognizes JavaDoc style documentation, but does not need it. It parses the code with the PHP Tokenizer and extracts some features.

Usage: Just drop the sofadoc.php file in the main folder of your code and it will explore the files starting with index.php. There is no configuration needed. The documentation is very fast (less than a second for the entire sofawiki codebase).

Tuning:

Limitations