Symfony2 has just yesterday moved all their docs to ReST + Sphinx Doc Generation, so it is also working for PHP projects and might be a solution to look into.
On Fri, 30 Jul 2010 09:05:07 +0200, Kore Nordmann <[email protected]> wrote: > Hi Maxime, > > On Fri, 2010-07-30 at 08:33 +0200, Maxime Thomas wrote: >> Good job ! > > Thanks. > >> Is there a thing we can do about the copy paste that occurred on PHP >> code ? When you select the code and past it, each line are prefixed by >> # or number. It could be an improvement. > > Those are the code snippets generated by PHPDoc, which uses <ol>. I will > commit the full custom code used to generate the API docs to the SVN, > once it has been seconded by the ML. > > The PHPDocumentor Code is, let's say, not optimal. It combines Smarty > templates with PHP code generating HTML code - not that easy to > customize (beside generating docs and website takes something between 10 > to 300 minutes depending on various factors). > > Feel free to fix that, though. :) > >> Else, I ve looked to Sphynx, is it only for Python ? > > Looked like it to me … Jerome? :) > > Kind regards, > Kore
