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>

Reply via email to