Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2010, 5:19:36 PM (14 years ago)
Author:
landauf
Message:

the @example tag shouldn't be used in a documentation unless the whole file is an example implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/libraries/util/Math.cc

    r7284 r7291  
    9393        @return The angle
    9494
    95         @example
     95        Examples:
    9696        If the other object is exactly in front of me, the function returns 0.
    9797        If the other object is exactly behind me, the function returns pi.
     
    116116        @return The viewing direction
    117117
    118         @example
     118        Examples:
    119119        If the other object is exactly in front of me, the function returns Vector2(0, 0).
    120120        If the other object is exactly at my left, the function returns Vector2(-1, 0).
     
    156156        @return The viewing direction
    157157
    158         @example
     158        Examples:
    159159        If the other object is exactly in front of me, the function returns Vector2(0, 0).
    160160        If the other object is exactly at my left, the function returns Vector2(-0.5, 0).
Note: See TracChangeset for help on using the changeset viewer.