Changeset 7371 for code/branches/doc/src/libraries
- Timestamp:
- Sep 7, 2010, 12:53:31 AM (14 years ago)
- Location:
- code/branches/doc/src/libraries/util
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/util/Clock.h
r7367 r7371 27 27 */ 28 28 29 /** 30 @file 31 @ingroup Util 32 */ 33 29 34 #ifndef _Clock_H__ 30 35 #define _Clock_H__ … … 43 48 @par Precision 44 49 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. 46 51 @par Remarks for Usage on Windows 47 52 For proper functionality this class MUST be used in the same thread! <br> -
code/branches/doc/src/libraries/util/Convert.h
r7365 r7371 28 28 */ 29 29 30 /** 31 @defgroup Convert Conversion functions 32 @ingroup Util 33 */ 34 30 35 /** Functions that convert values between different types. 31 36 @file 37 @ingroup Convert 32 38 @par Usage 33 39 There are three ways to use the conversions depending on what you need. <br> -
code/branches/doc/src/libraries/util/Exception.h
r7367 r7371 28 28 29 29 /** 30 @defgroup ExceptionAssertion Exceptions and assertions 31 @ingroup Util 32 */ 33 34 /** 30 35 @file 36 @ingroup ExceptionAssertion 31 37 @brief 32 38 Declaration of facilities to handle exceptions. -
code/branches/doc/src/libraries/util/ExprParser.h
r7367 r7371 29 29 /** 30 30 @file 31 @ingroup Util 31 32 @brief Declaration of FloatParser 32 33 */ -
code/branches/doc/src/libraries/util/MathConvert.h
r7367 r7371 29 29 /** 30 30 @file 31 @ingroup Convert 31 32 @brief 32 33 Conversion functions for Math types like Ogre::Vector3 (definitions are in Math.cc) -
code/branches/doc/src/libraries/util/OrxAssert.h
r7367 r7371 29 29 /** 30 30 @file 31 @ingroup ExceptionAssertion 31 32 @brief 32 33 Declaration of custom assertion facilities -
code/branches/doc/src/libraries/util/OrxEnum.h
r7367 r7371 26 26 * 27 27 */ 28 29 /** 30 @file 31 @ingroup Util 32 */ 28 33 29 34 #ifndef _OrxEnum_H__ -
code/branches/doc/src/libraries/util/TriBool.h
r7367 r7371 27 27 */ 28 28 29 /** 30 @file 31 @ingroup Util 32 */ 33 29 34 #ifndef _TriBool_H__ 30 35 #define _TriBool_H__
Note: See TracChangeset
for help on using the changeset viewer.