Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 7, 2010, 12:53:31 AM (14 years ago)
Author:
landauf
Message:

Moved some header files in util to suitable Doxygen groups.
Enhanced the main-page of Doxygen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/libraries/util/Clock.h

    r7367 r7371  
    2727 */
    2828
     29/**
     30    @file
     31    @ingroup Util
     32*/
     33
    2934#ifndef _Clock_H__
    3035#define _Clock_H__
     
    4348    @par Precision
    4449        The maximum precision is given by the Ogre::Timer and that is somewhere
    45         in the microsecond range for both Windows and UNIX. 
     50        in the microsecond range for both Windows and UNIX.
    4651    @par Remarks for Usage on Windows
    4752        For proper functionality this class MUST be used in the same thread! <br>
Note: See TracChangeset for help on using the changeset viewer.