Ignore:
Timestamp:
2018-07-01T01:37:47+02:00 (7 years ago)
Author:
donvip
Message:

javadoc

Location:
applications/editors/josm/plugins/opendata
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/build.xml

    r34376 r34384  
    100100        </exec>
    101101    </target>
    102 
    103         <target name="javadoc">
    104         <javadoc destdir="${plugin.doc.dir}"
    105                 encoding="UTF-8"
    106                 windowtitle="JOSM-${ant.project.name}"
    107                 use="true"
    108                 private="true"
    109                 linksource="true"
    110                 author="false">
    111             <sourcepath>
    112                 <pathelement location="${plugin.src.dir}"/>
    113                 <pathelement location="includes"/>
    114             </sourcepath>
    115                 <classpath refid="plugin.classpath"/>
    116             <link href="https://docs.oracle.com/javase/8/docs/api"/>
    117             <link href="https://josm.openstreetmap.de/doc"/>
    118             <doctitle><![CDATA[<h2>JOSM-${ant.project.name} - Javadoc</h2>]]></doctitle>
    119             <bottom><![CDATA[<a href="https://josm.openstreetmap.de/wiki/Plugins">JOSM Plugins</a>]]></bottom>
    120         </javadoc>
    121     </target>
    122102</project>
  • applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/NeptuneReader.java

    r34191 r34384  
    5252
    5353/**
    54  * NEPTUNE -> OSM converter
     54 * NEPTUNE -&gt; OSM converter
    5555 * See http://www.chouette.mobi/IMG/pdf/NF__F_-Neptune-maj.pdf
    5656 */
Note: See TracChangeset for help on using the changeset viewer.