Eo: Doc improvements.

SVN revision: 70580
This commit is contained in:
Tom Hacohen 2012-05-01 13:23:25 +00:00
parent eba59804c9
commit 62bafee059
1 changed files with 3 additions and 1 deletions

View File

@ -578,7 +578,7 @@ EAPI int eo_ref_get(const Eo *obj);
/**
* @def eo_xref(obj, ref_obj)
* Convenience macro around eo_xref()
* Convenience macro around eo_xref_internal()
* @see eo_xref()
*/
#define eo_xref(obj, ref_obj) eo_xref_internal(obj, ref_obj, __FILE__, __LINE__)
@ -592,6 +592,8 @@ EAPI int eo_ref_get(const Eo *obj);
* @return The object passed (obj)
*
* People should not use this function, use #eo_xref instead.
* A compile flag my make it and eobj_xunref() behave the same as eobj_ref()
* and eobj_unref() respectively. So this should be used wherever possible.
*
* @see eo_xunref()
*/