Alan Knowles wrote:
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..

Seems good to me.



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.

what the build process ? how did you hack livedocs to generate the .sqlite files for peardoc ?


didou

Reply via email to