Re: [PHP-DOC] How to Enable Links for Classes in generated documentation

2009-10-04 Thread Israel Ekpo
On Sun, Oct 4, 2009 at 6:24 PM, Moacir de Oliveira < moacirdeoliveira@gmail.com> wrote: > Hi, > > 2009/10/4 Israel Ekpo > >> >> >>> > phd -d .manual.xml -o php_israel -f php >>> >>> > Israel you forgot to pass the --package option. You have to look if you > already installed the PHP Package.

Re: [PHP-DOC] How to Enable Links for Classes in generated documentation

2009-10-04 Thread Moacir de Oliveira
Hi, 2009/10/4 Israel Ekpo > > >> > phd -d .manual.xml -o php_israel -f php >> >> Israel you forgot to pass the --package option. You have to look if you already installed the PHP Package. To see the packages and formats try: $ phd --list if the PHP Package isn't installed you have to install:

Re: [PHP-DOC] How to Enable Links for Classes in generated documentation

2009-10-04 Thread Israel Ekpo
On Sun, Oct 4, 2009 at 11:52 AM, Hannes Magnusson < hannes.magnus...@gmail.com> wrote: > On Sun, Oct 4, 2009 at 14:27, Israel Ekpo wrote: > > Hi All, > > > > I am trying to view the generated documentation that I have created for > my > > extension > > > > However, I am noticing that the class.$c

Re: [PHP-DOC] How to Enable Links for Classes in generated documentation

2009-10-04 Thread Hannes Magnusson
On Sun, Oct 4, 2009 at 14:27, Israel Ekpo wrote: > Hi All, > > I am trying to view the generated documentation that I have created for my > extension > > However, I am noticing that the class.$classname.php files are missing for > all the extensions, not only my own. Scroll down. These pages aren

[PHP-DOC] How to Enable Links for Classes in generated documentation

2009-10-04 Thread Israel Ekpo
Hi All, I am trying to view the generated documentation that I have created for my extension However, I am noticing that the class.$classname.php files are missing for all the extensions, not only my own. Is there something that I am doing wrong during the doc build process? Here are the steps