Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2010, 8:56:01 PM (14 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/AddQuestHint.h

    r5781 r7298  
    4646        Adds a QuestHint, resp. activates the QuestHint of the given id for the player the QuestEffect is invoked on.
    4747
    48     Creating a AddQuestHint through XML goes as follows:
     48        Creating a AddQuestHint through XML goes as follows:
    4949
     50        @code
    5051        <AddQuestHint hintId="id" />  //Where id is a GUID, see http://en.wikipedia.org/wiki/Globally_Unique_Identifier#Basic_structure for more information, and identifies the QuestHint that should be added.
     52        @endcode
    5153    @author
    5254        Damian 'Mozork' Frick
Note: See TracChangeset for help on using the changeset viewer.