Evas textblock: Fixed a small error in docs.

SVN revision: 57916
This commit is contained in:
Tom Hacohen 2011-03-20 13:56:08 +00:00
parent 383f5a91c7
commit 421621a7ac
1 changed files with 1 additions and 1 deletions

View File

@ -2011,7 +2011,7 @@ _layout_format_push(Ctxt *c, Evas_Object_Textblock_Format *fmt)
* @param c the context to work on - Not NULL.
* @param fmt the format to free.
* @return the next format in the stack, or format if there's none.
* @see _layout_format_pop()
* @see _layout_format_push()
*/
static Evas_Object_Textblock_Format *
_layout_format_pop(Ctxt *c, Evas_Object_Textblock_Format *fmt)