On 4/19/06, Ashar Voultoiz hashar@altern.org wrote:
Brion Vibber wrote:
FYI, I tried running phpdoc over the current code and found it breaking the memory limit of 256 megabytes I have set on my server.
We might want to consider a new documentation parser that can handle our code. :)
r13740 migrated trunk from phpdoc to doxygen, I even updated the mwdocgen.php.
Excellent, as Brion mentions the phpdoc package is horribly written, when I was generating this documentation I was forced to add more memory by creating a virtual swap partition (dd => mkswap => swapon), which send my box into swapping hell that it couldn't get out of for the next hour or so (it's very slow even if you manage to keep it all in RAM though).