On 10/28/2012 11:29 AM, Terry Ellison wrote: > I mentioned last month that I am developing an experimental lightweight > fork of APC intended primarily at shared hosting / CGI / FastGCI > stacks. I have a simple Q. > > I am used to developing with the full documentation set embedded in any > source that I develop. (Doxygen is my documentation tool of preference, > BTW). I realise that this isn't the common practice with PHP and the > PECL extensions, however, there is some discussion of "Docgen" and some > dead links on the PHP wiki. There are a few "Docgen" products on the > Internet, but on a first scan, these aren't what PHP seems to be > referring to. > > Not putting proper documentation into my code is quite frankly doing my > head in, but I don't want to frustrate any documentation systems that > you do have in place, so I would like to include a sensible level of > extension documentation within your documentation framework if at all > possible. > > Can someone please point me to the documentation and installation for > your Documentation system so that I can use it -- and the github links > to documentation source for example extension. Sorry I might be being > dumb, but I just can't find it.
It is part of the regular docbook-xml based documentation. You can ask the phpdoc folks if you need help. They have a mailing list and also the online doc editor at edit.php.net. The raw docs for APC are here: http://svn.php.net/viewvc/phpdoc/en/trunk/reference/apc/ -Rasmus -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
