Having a had quick look at the latest php-livedocs source...

basically
this line
include LIVEDOC_SOURCE . '/style_mapping.php';

 probably wants to do:
include LIVEDOC_SOURCE . '/'.LIVEDOC_TYPE .'_style_mapping.php';

where LIVEDOC_TYPE = php|pear|php-gtk

where pear_style_mapping.php includes php_style_mapping.php as a basis..

The main modifications where to do with the fact that pear, in some places uses a slightly different tag sequence.. for different parts (a prime example being the methods synopsis.

Regards
Alan


Mehdi Achour wrote:
Hartmut Holzgraefe wrote:

Alan Knowles wrote:

I forked an early version about 4 months ago.. - see the archives for more details on it's status..



please, no more forking of doc-related tools :(


this is not the current goal ;) If Alan's fork is good for livedocs, we'll see how to change livedocs to compile for PHP or PEAR documentation.
it will be a setting for the ./configure line I think (--with-build-type=[php|pear]doc)


didou



--
Can you help out?
Need Consulting Services or Know of a Job?
http://www.akbkhome.com

Reply via email to