Ignore:
Timestamp:
2016-01-01T02:35:34+01:00 (8 years ago)
Author:
Don-vip
Message:

javadoc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/GpxWriter.java

    r8846 r9231  
    248248     * if content not null, open tag, write encoded content, and close tag
    249249     * else do nothing.
     250     * @param tag GPX tag
     251     * @param content content
    250252     */
    251253    private void simpleTag(String tag, String content) {
     
    260262    /**
    261263     * output link
     264     * @param link link
    262265     */
    263266    private void gpxLink(GpxLink link) {
     
    272275    /**
    273276     * output a point
     277     * @param pnt waypoint
     278     * @param mode {@code WAY_POINT} for {@code wpt}, {@code ROUTE_POINT} for {@code rtept}, {@code TRACK_POINT} for {@code trkpt}
    274279     */
    275280    private void wayPoint(WayPoint pnt, int mode) {
Note: See TracChangeset for help on using the changeset viewer.