Better late than never :-)
QCodo api docs in htmlhelp/.chm form
http://www.mediafire.com/?glezuxx4lyd
----------------------------------------
DISCLAIMER: Alpha version. Poor CSS. Not organized. Please customize.
----------------------------------------
To do a better job yourself, get phpdocumentor from sourceforge.net and run it on the qcodo source that you download from here.
1. if on WAMP (wampserver) like me, put C:\wamp\bin\php\php5.x.y, the path to the php.exe file in your windows path
2. open a command window - cmd.exe ->
3. run this in the folder(C:\wamp\www\PhpDocumentor) having the phpdoc.bat file:
“C:\wamp\www\PhpDocumentor\phpdoc.bat” -t “C:\wamp\www\PhpDocumentor\docbuilder\qcodo332” -o HTML:frames:default -d “C:\wamp\www\qcodo332\wwwroot”
The term
HTML:frames:default
can be replaced by any one of these:
HTML:frames:earthli
HTML:frames:l0l33t
HTML:frames:phpdoc.de
HTML:frames:phphtmllib
HTML:frames:phpedit
HTML:frames:DOM/default
HTML:frames:DOM/earthli
HTML:frames:DOM/l0l33t
HTML:frames:DOM/phpdoc.de
HTML:frames:DOM/phphtmllib
HTML:Smarty:default
HTML:Smarty:HandS
HTML:Smarty:PHP
PDF:default:default
CHM:default:default
XML:DocBook/peardoc2:default
Alternatively you can read the phpdocumentor INSTALL and README to figure out what's going on :-)
hope that helps!
PS: if time permits, a better version will follow soon. IF...