Revision ae232438
| custom_rules.xml | ||
|---|---|---|
| 1 | 
    <?xml version="1.0" encoding="UTF-8"?>  | 
|
| 2 | 
    <project name="custom_rules">  | 
|
| 3 | 
     | 
|
| 4 | 
    <target name="javadoc" description="Generate Javadocs">  | 
|
| 5 | 
        <javadoc sourcepath="${source.dir}"
   | 
|
| 6 | 
                 destdir="${out.dir}/javadoc"
   | 
|
| 7 | 
    packagenames="info.guardianproject.trustedintents.*"  | 
|
| 8 | 
                 windowtitle="${ant.project.name}"
   | 
|
| 9 | 
                 doctitle="${ant.project.name}" />
   | 
|
| 10 | 
    </target>  | 
|
| 11 | 
     | 
|
| 12 | 
    </project>  | 
|
Also available in: Unified diff