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/TimeHUD.cc

    r10900 r10929  
    2424 *
    2525 */
     26
     27/**
     28    @file TimeHUD.cc
     29    @brief Implementation of the TimeHUD
     30*/
     31
    2632
    2733#include "TimeHUD.h"
     
    102108    }
    103109
     110    /**
     111    @brief
     112        sets if the clock is running
     113    @param running
     114    */
    104115    void TimeHUD::setRunning(bool running)
    105116    {
     
    107118    }
    108119
     120    /**
     121    @brief
     122        returns if the clock is running
     123    @returns running
     124    */
    109125    bool TimeHUD::isRunning() {
    110126        return this->_running;
Note: See TracChangeset for help on using the changeset viewer.