Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2010, 8:56:01 PM (15 years ago)
Author:
landauf
Message:

XML code has to be enclosed in @code and @endcode tags or Doxygen will complain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/modules/questsystem/AddReward.h

    r5781 r7298  
    4848        Creating a AddReward through XML goes as follows:
    4949
     50        @code
    5051        <AddReward>
    5152            <Rewardable /> //A list of Rewardable objects to be rewarded the player, see the specific Rewardables for their respective XML representations.
     
    5354            <Rewardable />
    5455        </AddReward>
     56        @endcode
    5557    @author
    5658        Damian 'Mozork' Frick
Note: See TracChangeset for help on using the changeset viewer.