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/core/XMLPort.h

    r7284 r7291  
    153153    With this macro, you can simply use them instead of writing your own functions.
    154154
    155     @example
     155    Example:
    156156    Your class is called SpaceShip and this class has an object (myPilot_) of class Pilot. Pilot has a name
    157157    and two functions, setName(name) and getName(). Now you want an attribute "pilotname" in your
     
    231231        }
    232232
    233     @example
     233    Example:
    234234    Possible usage of the macro:
    235235    > XMLPortObject(SpaceShip, Weapon, "weapons", addWeapon, getWeapon, xmlelement, mode, false, true);
Note: See TracChangeset for help on using the changeset viewer.