Changes between Version 19 and Version 20 of DevelopersGuide/StyleGuide


Ignore:
Timestamp:
2012-08-11T15:00:44+02:00 (13 years ago)
Author:
Don-vip
Comment:

exception rule for @since

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/StyleGuide

    v19 v20  
    1414 * {{{@since}}} is used for public classes and methods (visible to plugin developers) with the JOSM revision that introduced the element. Example: {{{@since 5408}}}
    1515   * {{{@since}}} is updated when a public method signature changes or if a class is renamed
     16   * {{{@since}}} can be omitted for public methods and fields introduced at the same time as the class, provided they do not have changed and the class is correctly documented.
    1617 * {{{@throws}}} is preferred to {{{@exception}}}
    1718