Changeset 7297 for code/branches/doc/src/libraries/core/CoreIncludes.h
- Timestamp:
- Aug 31, 2010, 8:37:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/core/CoreIncludes.h
r6423 r7297 101 101 /** 102 102 @brief Returns the Identifier with a given name. 103 @param StringThe name of the class103 @param name The name of the class 104 104 */ 105 105 inline Identifier* ClassByString(const std::string& name) … … 110 110 /** 111 111 @brief Returns the Identifier with a given lowercase name. 112 @param StringThe lowercase name of the class112 @param name The lowercase name of the class 113 113 */ 114 114 inline Identifier* ClassByLowercaseString(const std::string& name) … … 119 119 /** 120 120 @brief Returns the Identifier with a given network ID. 121 @param networkIDThe network ID of the class121 @param id The network ID of the class 122 122 */ 123 123 inline Identifier* ClassByID(uint32_t id) … … 130 130 @note This of course only works with OrxonoxClasses. 131 131 The only use is in conjunction with macros that don't know the class type. 132 @param Pointer to an OrxonoxClass132 @param object Pointer to an OrxonoxClass 133 133 */ 134 134 template <class T>
Note: See TracChangeset
for help on using the changeset viewer.