Changeset 7401 for code/trunk/src/libraries/core/Resource.h
- Timestamp:
- Sep 11, 2010, 12:34:00 AM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/doc (added) merged: 7290-7292,7296-7300,7302-7304,7306-7312,7315-7318,7323,7325,7327,7331-7332,7334-7335,7345-7347,7352-7353,7356-7357,7361,7363-7367,7371-7375,7388
- Property svn:mergeinfo changed
-
code/trunk/src/libraries/core/Resource.h
r6746 r7401 26 26 * 27 27 */ 28 29 /** 30 @defgroup Resources Resources 31 @ingroup Management 32 */ 33 34 /** 35 @file 36 @ingroup Management Resources 37 */ 28 38 29 39 #ifndef _Core_Resource_H__ … … 105 115 /** 106 116 Find out if the named file exists. 107 @param filename117 @param name 108 118 Fully qualified name of the file to test for 109 119 */ … … 112 122 /** 113 123 Get struct with information about path and size. 114 @param filename124 @param name 115 125 Fully qualified name of the file to test for 116 126 */
Note: See TracChangeset
for help on using the changeset viewer.