Maslosoft Zamm Documentation
Zamm is a documentation tool
Edit
Recursive Sub Navigation
This is extended part of Staple project but it's useful in documentation to provide automatic links to sub pages relative to current page.
For shorthand notation, this can take a string title as an argument, or array
of options. This class is named DocNavRecursive
.
To use it, simply echo it's instance:
echo new DocNavRecursive();
And it will display links to sub pages of current page. In this case there are none. Check widgets page for example