Hi guys Can someone (who has the phd properly configured and running) provide me a copy of the PHP Manual in a easy-to-parse format ? Like XML or something?
I want to create a library with function and classes definition for use in IDEs. Thanks in advance! Martin Scotta On Thu, Feb 4, 2010 at 2:23 PM, Hannes Magnusson <hannes.magnus...@gmail.com > wrote: > On Thu, Feb 4, 2010 at 01:27, Martin Scotta <martinsco...@gmail.com> > wrote: > > Hi > > > > I'm trying to make a library with every class, function and constant > > definition. > > I want that each definition use the contents of the php manual as a > PhpDoc > > dock-block. > > I found a script the other day somewhere (maybe in kdevelop svn?) that > created these kind of annotations for the entire docs. > The script itself was however very fragile and didn't need much to break. > > PhD has a "IDE" package which generates XML for all functions and methods. > That XML should be very easy to parse into annotation blocks. > > Checkout http://wiki.php.net/doc/phd or ask on phpdoc@lists.php.net > for more info. > > -Hannes >