Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2015, 2:26:27 PM (8 years ago)
Author:
bucyril
Message:

Added documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hoverHS15/src/modules/hover/FlagHUD.cc

    r10900 r10929  
    2424 *
    2525 */
     26
     27/**
     28    @file FlagHUD.cc
     29    @brief Implementation of the FlagHUD
     30*/
    2631
    2732#include "FlagHUD.h"
     
    5156    }
    5257
     58/**
     59    @brief Sets the amount of flags displayed, once zero it does not reappear
     60    @param flagCount
     61*/
    5362    void FlagHUD::setFlagCount(int flagCount) {
    5463        if(flagCount == 0){
Note: See TracChangeset for help on using the changeset viewer.