(Just in case somebody has not noticed)... @
Alexander has added docblox support to our source tree.
First commit was:
Enabled automated doc building.The idea is everybody willing the parsed/generated documentation should run docblox on its own clone of the repo.
(Not commiting the generated documentation into the master repo).
I've run it on my ubuntu desktop (not on my server [dreamhost]account).
Basically what i did was (in a step-by-step):
sudo apt-get install graphviz
sudo apt-get install php5-xsl
sudo apt-get install php-pear
sudo pear channel-discover pear.phing.info
sudo pear install phing/phing
sudo pear channel-discover pear.docblox-project.org
sudo pear install docblox/DocBlox
sudo pear install docblox/DocBlox_Template_abstractchanged dir into my friendica local clone and runned
docblox without command-line arguments.
The doc index.html was generated inside the friendica/data/output.

The docblox documentation:
http://docs.docblox-project.org/#
docblox #
documentation #
dev