Changeset 82:90a58fca78e5 for build.xml

Show
Ignore:
Timestamp:
01/10/12 10:56:22 (12 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

Dokumentace: javadoc.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • build.xml

    r78 r82  
    138138                </exec> 
    139139        </target> 
     140 
     141        <target name="dokumentace" description="Sestaví dokumentaci"> 
     142                <javadoc destdir="dokumentace/javadoc" linksource="true" windowtitle="XML Web generátor – javadoc"> 
     143                        <fileset dir="šablona/funkce/src"/> 
     144                </javadoc> 
     145        </target> 
    140146         
    141147        <target name="licence">