Eobj: Fixed docs.

Thanks to Daniel.

SVN revision: 70268
This commit is contained in:
Tom Hacohen 2012-04-17 12:58:33 +00:00
parent 2764023655
commit 45f75b670a
1 changed files with 2 additions and 2 deletions

View File

@ -699,11 +699,11 @@ enum {
/** /**
* @def EOBJ_BASE_DATA_DEL(key) * @def EOBJ_BASE_DATA_DEL(key)
* Get generic data from object. * Del generic data from object.
* @param key the key associated with the data * @param key the key associated with the data
* *
* @see #EOBJ_BASE_DATA_SET * @see #EOBJ_BASE_DATA_SET
* @see #EOBJ_BASE_DATA_DEL * @see #EOBJ_BASE_DATA_GET
*/ */
#define EOBJ_BASE_DATA_DEL(key) EOBJ_BASE_ID(EOBJ_BASE_SUB_ID_DATA_DEL), EOBJ_TYPECHECK(const char *, key) #define EOBJ_BASE_DATA_DEL(key) EOBJ_BASE_ID(EOBJ_BASE_SUB_ID_DATA_DEL), EOBJ_TYPECHECK(const char *, key)