Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.06 KB

README.MD

File metadata and controls

29 lines (22 loc) · 1.06 KB

Simple PHPDOC document parser to create a json output. It is created very much for our own purposes at Appzio, so it might not do every trick in the book, but extending is very easy.

Takes input of a directory and produces one json file with the hierarchy & code structure along with comments in a flat array.

We use this file to create our documentation inside WordPress (example as a png).

Supported items:

calling from command line (you can define target as a second parameter, but its not required) php Doctim.php /Users/MyUser/documents/source/

calling from browser Doctim.php?source=/Users/MyUser/documents/source/

Author: Timo Railo ([email protected])

License: GNU LESSER GENERAL PUBLIC LICENSE