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