spriebsch               Sun Apr 26 14:54:46 2009 UTC

  Added files:                 
    /phpruntests        Doxyfile 

  Removed files:               
    /phpruntests        doxygen.conf 

  Modified files:              
    /phpruntests        build.xml 
  Log:
  Simplified doxygen call by using default config file name. 
  
  
http://cvs.php.net/viewvc.cgi/phpruntests/build.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/build.xml
diff -u phpruntests/build.xml:1.2 phpruntests/build.xml:1.3
--- phpruntests/build.xml:1.2   Fri Apr 24 09:42:19 2009
+++ phpruntests/build.xml       Sun Apr 26 14:54:46 2009
@@ -4,9 +4,9 @@
 
   <property name="build.dir" value="_build" />
   
-  <target name="docs" description="Create API documentation.">
+  <target name="doc" description="Create API documentation in docs/html/.">
     <delete dir="docs" />
-    <exec command="doxygen doxygen.conf" />
+    <exec command="doxygen" />
   </target>
 
   <target name="lint" description="Run a lint check on all PHP files.">



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to