Changeset 4e6f553


Ignore:
Timestamp:
11/01/11 19:02:09 (7 months ago)
Author:
mrook
Branches:
master
Children:
b140605
Parents:
a81c6c9
git-author:
Michiel Rook <mrook@…> (11/01/11 19:02:09)
git-committer:
Michiel Rook <mrook@…> (11/01/11 19:02:09)
Message:

Drop phpboc in favor of DocBlox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/example/build.xml

    rb2159e4 r4e6f553  
    4444         
    4545        <target name="docs"> 
    46                 <phpdoc title="Phing Example" destdir="docs" output="HTML:Smarty:PHP" 
    47                 linksource="true" quiet="true"> 
     46                <docblox title="Phing Example" destdir="docs" 
     47                        quiet="true"> 
    4848                        <fileset dir="src"> 
    4949                                <include name="*.php"/> 
    5050                        </fileset> 
    51                 </phpdoc> 
     51                </docblox> 
    5252        </target> 
    5353         
Note: See TracChangeset for help on using the changeset viewer.