html Documentation
Brought to you by:
bs_php,
nigelswinson
From: Peter R. <php...@pe...> - 2002-05-10 12:29:47
|
Much improved - many thanks. A couple of small points: 1. the sample code at the end of the php file does not appear in the html (or xml) documentation, so the usage text isn't correct :-) 2. the internal links in the html file have never worked and I've just investigated why. The # should be removed from all the names in the anchors - <a name="function"> not <a name="#function"> Fixing this (looks like this is in the xslt script) would make the html documentation much easier to use :-) |