Hi all
I've just adjusted script to daily generate documentation from our sources so that it does not use phpdoc, which tend to consume too much memory and switched to [DocBlox][1]. The new (daily updated) documentation is available at same location:
http://www.phpmyadmin.net/phpdoc/
You can also check build failures in the build.log:
http://www.phpmyadmin.net/phpdoc/build.log
As you can see, way to many things end up in Default package, what might be worth fixing :-).
[1]:http://www.docblox-project.org/
On Tue, 2011-06-21 at 11:43 +0200, Michal Čihař wrote:
Hi all
I've just adjusted script to daily generate documentation from our sources so that it does not use phpdoc, which tend to consume too much memory and switched to [DocBlox][1]. The new (daily updated) documentation is available at same location:
http://www.phpmyadmin.net/phpdoc/
You can also check build failures in the build.log:
http://www.phpmyadmin.net/phpdoc/build.log
As you can see, way to many things end up in Default package, what might be worth fixing :-).
Looks nice :)
Thought it looks like it's not escaping quotes properly, see for example PMA_RTN_getEditorForm() from phpMyAdmin package. There quotes appear as ' so I guess that the html entities are being escaped twice at some stage.
Rouslan
Hi
Dne Tue, 21 Jun 2011 10:50:14 +0100 Rouslan Placella rouslan@placella.com napsal(a):
Thought it looks like it's not escaping quotes properly, see for example PMA_RTN_getEditorForm() from phpMyAdmin package. There quotes appear as ' so I guess that the html entities are being escaped twice at some stage.
Feel free to report bug at DocBlox ;-).
On Tue, 2011-06-21 at 12:10 +0200, Michal Čihař wrote:
Hi
Dne Tue, 21 Jun 2011 10:50:14 +0100 Rouslan Placella rouslan@placella.com napsal(a):
Thought it looks like it's not escaping quotes properly, see for example PMA_RTN_getEditorForm() from phpMyAdmin package. There quotes appear as ' so I guess that the html entities are being escaped twice at some stage.
Feel free to report bug at DocBlox ;-).
OK, will do :)