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/FailQuest.h

    r5781 r7298  
    4646        Creating a FailQuest through XML goes as follows:
    4747
     48        @code
    4849        <FailQuest questId="id" />  //Where id is a GUID, see http://en.wikipedia.org/wiki/Globally_Unique_Identifier#Basic_structure for more information, and identifies the Quest that should be failed.
     50        @endcode
    4951    @author
    5052        Damian 'Mozork' Frick
Note: See TracChangeset for help on using the changeset viewer.