You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by Christian Hammers <ch...@lathspell.de> on 2009/10/06 21:37:42 UTC

phpdoc layout

Hello

While playing around with phpdoc I found this option which generates
an IMHO nicer looking apidocs page. The current layout lists every class
twice, once under "classes" and once under "files" which just clutters
the left menu. This one has nice collapsed tree menu.
Any opinions on this? :)

bye,

-christian-


Index: build.xml
===================================================================
--- build.xml   (Revision 822453)
+++ build.xml   (Arbeitskopie)
@@ -77,6 +77,8 @@
                         <arg value="src/main/php"/>
                         <arg value="-t"/>
                         <arg value="target/site/apidocs"/>
+                           <arg value="-o"/>
+                           <arg value="HTML:frames:DOM/default"/>
                 </exec>
         </target>

Re: phpdoc layout)

Posted by Christian Grobmeier <gr...@gmail.com>.
> And, as soon as I work out perms on the buildbot, the ci site will publish
> to the main site after about an hour too.
>
> Hopefully will have that fixed by tomorrow - currently builds overwrite the
> permissions of the build directory so buildbot sync isn't allowed in to sync
> it .
>

That would be cool.
Is there a chance you get PDO running too?


> Gav...
>
>

RE: phpdoc layout)

Posted by Gavin <ga...@16degrees.com.au>.

> -----Original Message-----
> From: Christian Grobmeier [mailto:grobmeier@gmail.com]
> Sent: Thursday, 8 October 2009 6:04 AM
> To: Log4PHP Dev
> Subject: Re: phpdoc layout)
> 
> > Useful thing. My changes are visible now.
> 
> I like it

And, as soon as I work out perms on the buildbot, the ci site will publish
to the main site after about an hour too.

Hopefully will have that fixed by tomorrow - currently builds overwrite the
permissions of the build directory so buildbot sync isn't allowed in to sync
it .

Gav...


Re: phpdoc layout)

Posted by Christian Grobmeier <gr...@gmail.com>.
> Useful thing. My changes are visible now.

I like it

Re: phpdoc layout)

Posted by Christian Hammers <ch...@lathspell.de>.
Hi

Am Wed, 7 Oct 2009 06:49:06 +0200
schrieb Christian Grobmeier <gr...@gmail.com>:

> Hi
> 
> > While playing around with phpdoc I found this option which generates
> > an IMHO nicer looking apidocs page. The current layout lists every
> > class twice, once under "classes" and once under "files" which just
> > clutters the left menu. This one has nice collapsed tree menu.
> > Any opinions on this? :)
> 
> no go ahead if you like that more - I will check it on the buildbot.
> BTW do you know about this little beast?
> http://ci.apache.org/projects/log4php Its doing a full build on a
> regular basis, I think its straight after somebody comitted something

Useful thing. My changes are visible now.

bye,

-christian-


Re: phpdoc layout

Posted by Christian Grobmeier <gr...@gmail.com>.
Hi

> While playing around with phpdoc I found this option which generates
> an IMHO nicer looking apidocs page. The current layout lists every class
> twice, once under "classes" and once under "files" which just clutters
> the left menu. This one has nice collapsed tree menu.
> Any opinions on this? :)

no go ahead if you like that more - I will check it on the buildbot.
BTW do you know about this little beast? http://ci.apache.org/projects/log4php
Its doing a full build on a regular basis, I think its straight after
somebody comitted something

Cheers



>
> bye,
>
> -christian-
>
>
> Index: build.xml
> ===================================================================
> --- build.xml   (Revision 822453)
> +++ build.xml   (Arbeitskopie)
> @@ -77,6 +77,8 @@
>                         <arg value="src/main/php"/>
>                         <arg value="-t"/>
>                         <arg value="target/site/apidocs"/>
> +                           <arg value="-o"/>
> +                           <arg value="HTML:frames:DOM/default"/>
>                 </exec>
>         </target>
>