Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2011, 10:44:25 PM (13 years ago)
Author:
dafrick
Message:

Resolving some doxygen warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutoriallevel2/src/modules/questsystem/QuestManager.cc

    r8371 r8447  
    318318    @param player
    319319        The player.
    320     @return Returns the number of QuestHints of the input Quest for the input player.
     320    @return
     321        Returns the number of QuestHints of the input Quest for the input player.
    321322    */
    322323    int QuestManager::getNumHints(Quest* quest, PlayerInfo* player)
     
    341342    @param index
    342343        The index of the QuestHint.
     344    @return
     345        Returns a pointer to the index-th QuestHint of the input Quest for the input player.
    343346    */
    344347    QuestHint* QuestManager::getHints(Quest* quest, PlayerInfo* player, int index)
     
    355358    /**
    356359    @brief
    357         Get the parent-quest of the input Quest for the input player.
     360        Get the parent-quest of the input Quest.
    358361    @param quest
    359362        The Quest to get the parent-quest of.
    360     @param player
    361         The player.
     363    @return
     364        Returns a pointer to the parent-quest of the input Quest.
    362365    */
    363366    Quest* QuestManager::getParentQuest(Quest* quest)
Note: See TracChangeset for help on using the changeset viewer.