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.
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:
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
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
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