Ignore:
Timestamp:
2012-06-03T16:41:25+02:00 (13 years ago)
Author:
bastiK
Message:

fixed majority of javadoc warnings by replacing "{@see" by "{@link"

Location:
trunk/src/org/openstreetmap/josm/command
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/AddCommand.java

    r5112 r5266  
    2020 * way.
    2121 *
    22  * See {@see ChangeCommand} for comments on relation back references.
     22 * See {@link ChangeCommand} for comments on relation back references.
    2323 *
    2424 * @author imi
  • trunk/src/org/openstreetmap/josm/command/Command.java

    r5060 r5266  
    3535 * one atomic action on a specific dataset, such as move or delete.
    3636 *
    37  * The command remembers the {@see OsmDataLayer} it is operating on.
     37 * The command remembers the {@link OsmDataLayer} it is operating on.
    3838 *
    3939 * @author imi
  • trunk/src/org/openstreetmap/josm/command/ConflictResolveCommand.java

    r4191 r5266  
    1010
    1111/**
    12  * This is the common base class for {@see Command}s which manipulate {@see Conflict}s in
    13  * addition to {@see OsmPrimitive}s.
     12 * This is the common base class for {@link Command}s which manipulate {@link Conflict}s in
     13 * addition to {@link OsmPrimitive}s.
    1414 *
    1515 * A ConflictResolverCommand can remember a collection of conflicts it resolves. Upon undoing
     
    4444    /**
    4545     * reconstitutes all remembered conflicts. Add the remembered conflicts to the
    46      * set of conflicts of the {@see OsmDataLayer} this command was applied to.
     46     * set of conflicts of the {@link OsmDataLayer} this command was applied to.
    4747     *
    4848     */
  • trunk/src/org/openstreetmap/josm/command/CoordinateConflictResolveCommand.java

    r4918 r5266  
    1414
    1515/**
    16  * Represents a the resolution of a conflict between the coordinates of two {@see Node}s
     16 * Represents a the resolution of a conflict between the coordinates of two {@link Node}s
    1717 *
    1818 */
  • trunk/src/org/openstreetmap/josm/command/DeleteCommand.java

    r5077 r5266  
    239239     * If a way is deleted, only the way and no nodes are deleted.
    240240     *
    241      * @param layer the {@see OsmDataLayer} in whose context primitives are deleted. Must not be null.
     241     * @param layer the {@link OsmDataLayer} in whose context primitives are deleted. Must not be null.
    242242     * @param selection The list of all object to be deleted.
    243243     * @param silent  Set to true if the user should not be bugged with additional dialogs
     
    270270     * can be deleted too. A node can be deleted if
    271271     * <ul>
    272      *    <li>it is untagged (see {@see Node#isTagged()}</li>
     272     *    <li>it is untagged (see {@link Node#isTagged()}</li>
    273273     *    <li>it is not referred to by other non-deleted primitives outside of  <code>primitivesToDelete</code></li>
    274274     * <ul>
     
    310310     * they are part of a relation, inform the user and do not delete.
    311311     *
    312      * @param layer the {@see OsmDataLayer} in whose context the primitives are deleted
     312     * @param layer the {@link OsmDataLayer} in whose context the primitives are deleted
    313313     * @param selection the objects to delete.
    314314     * @param alsoDeleteNodesInWay <code>true</code> if nodes should be deleted as well
     
    329329     * they are part of a relation, inform the user and do not delete.
    330330     *
    331      * @param layer the {@see OsmDataLayer} in whose context the primitives are deleted
     331     * @param layer the {@link OsmDataLayer} in whose context the primitives are deleted
    332332     * @param selection the objects to delete.
    333333     * @param alsoDeleteNodesInWay <code>true</code> if nodes should be deleted as well
  • trunk/src/org/openstreetmap/josm/command/DeletedStateConflictResolveCommand.java

    r4918 r5266  
    1616
    1717/**
    18  * Represents a the resolution of a conflict between the coordinates of two {@see Node}s
     18 * Represents a the resolution of a conflict between the coordinates of two {@link Node}s
    1919 *
    2020 */
  • trunk/src/org/openstreetmap/josm/command/ModifiedConflictResolveCommand.java

    r4918 r5266  
    1616
    1717/**
    18  * Represents a command for to set the modified flag {@see OsmPrimitive}
     18 * Represents a command for to set the modified flag {@link OsmPrimitive}
    1919 *
    2020 *
  • trunk/src/org/openstreetmap/josm/command/RelationMemberConflictResolverCommand.java

    r4918 r5266  
    1818/**
    1919 * Represent a command for resolving conflicts in the member lists of two
    20  * {@see Relation}s.
     20 * {@link Relation}s.
    2121 *
    2222 */
  • trunk/src/org/openstreetmap/josm/command/TagConflictResolveCommand.java

    r4918 r5266  
    1818
    1919/**
    20  * Represents a the resolution of a tag conflict in an {@see OsmPrimitive}
     20 * Represents a the resolution of a tag conflict in an {@link OsmPrimitive}
    2121 *
    2222 */
     
    2525    private Conflict<? extends OsmPrimitive> conflict;
    2626
    27     /** the list of merge decisions, represented as {@see TagMergeItem}s */
     27    /** the list of merge decisions, represented as {@link TagMergeItem}s */
    2828    private final List<TagMergeItem> mergeItems;
    2929
     
    4848     * @param my  my primitive
    4949     * @param their  their primitive
    50      * @param mergeItems the list of merge decisions, represented as {@see TagMergeItem}s
     50     * @param mergeItems the list of merge decisions, represented as {@link TagMergeItem}s
    5151     */
    5252    public TagConflictResolveCommand(Conflict<? extends OsmPrimitive> conflict, List<TagMergeItem> mergeItems) {
  • trunk/src/org/openstreetmap/josm/command/VersionConflictResolveCommand.java

    r4918 r5266  
    1414
    1515/**
    16  * Represents a command for resolving a version conflict between two {@see OsmPrimitive}
     16 * Represents a command for resolving a version conflict between two {@link OsmPrimitive}
    1717 *
    1818 *
  • trunk/src/org/openstreetmap/josm/command/WayNodesConflictResolverCommand.java

    r4918 r5266  
    1717/**
    1818 * Represent a command for resolving conflicts in the node list of two
    19  * {@see Way}s.
     19 * {@link Way}s.
    2020 *
    2121 */
Note: See TracChangeset for help on using the changeset viewer.