From b2e8a1768c8fdb531e04d603899ed34b9765c1e0 Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Tue, 17 Apr 2012 16:36:28 +0000 Subject: [PATCH] Fixing doc for out of tree builds and removing broken references. SVN revision: 70276 --- legacy/evas/doc/Doxyfile.in | 4 ++-- legacy/evas/src/lib/Evas.h | 14 ++++++-------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/legacy/evas/doc/Doxyfile.in b/legacy/evas/doc/Doxyfile.in index e6d6739b40..713288e4a5 100644 --- a/legacy/evas/doc/Doxyfile.in +++ b/legacy/evas/doc/Doxyfile.in @@ -1,8 +1,8 @@ PROJECT_NAME = Evas PROJECT_NUMBER = @PACKAGE_VERSION@ OUTPUT_DIRECTORY = . -INPUT = @srcdir@/evas.dox @srcdir@/examples.dox @top_srcdir@/src/lib -IMAGE_PATH = img +INPUT = @builddir@/evas.dox @srcdir@/examples.dox @top_srcdir@/src/lib +IMAGE_PATH = @srcdir@/img OUTPUT_LANGUAGE = English GENERATE_HTML = YES HTML_OUTPUT = html diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index 8a4618eb7a..c6743f3c49 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -8156,7 +8156,6 @@ EAPI Evas_BiDi_Direction evas_object_text_direction_get (const Evas_Object *obj * @section Evas_Object_Textblock_Tutorial Textblock Object Tutorial * * This part explains about the textblock object's API and proper usage. - * If you want to develop textblock, you should also refer to @ref Evas_Object_Textblock_Internal. * The main user of the textblock object is the edje entry object in Edje, so * that's a good place to learn from, but I think this document is more than * enough, if it's not, please contact me and I'll update it. @@ -8178,7 +8177,7 @@ EAPI Evas_BiDi_Direction evas_object_text_direction_get (const Evas_Object *obj * instead. * * @subsection textblock_cursors Textblock Object Cursors - * A textblock Cursor @ref Evas_Textblock_Cursor is data type that represents + * A textblock Cursor is data type that represents * a position in a textblock. Each cursor contains information about the * paragraph it points to, the position in that paragraph and the object itself. * Cursors register to textblock objects upon creation, this means that once @@ -8221,11 +8220,10 @@ EAPI Evas_BiDi_Direction evas_object_text_direction_get (const Evas_Object *obj * tags defined in the style, see @ref evas_textblock_style_set * * @subsection textblock_special_formats Special Formats - * Textblock supports various format directives that can be used either in - * markup, or by calling @ref evas_object_textblock_format_append or - * @ref evas_object_textblock_format_prepend. In addition to the mentioned - * format directives, textblock allows creating additional format directives - * using "tags" that can be set in the style see @ref evas_textblock_style_set . + * Textblock supports various format directives that can be used in markup. In + * addition to the mentioned format directives, textblock allows creating + * additional format directives using "tags" that can be set in the style see + * @ref evas_textblock_style_set . * * Textblock supports the following formats: * @li font - Font description in fontconfig like format, e.g: "Sans:style=Italic:lang=hi". or "Serif:style=Bold". @@ -9623,7 +9621,7 @@ EAPI void *evas_smart_data_get (const * should not be modified in any way. If no callbacks are * known, @c NULL is returned. The array is sorted by event * names and elements refer to the original values given to - * evas_smart_class_new()'s #Evas_Smart_Class::callbacks + * evas_smart_class_new()'s Evas_Smart_Class::callbacks * (pointer to them). * * This is likely different from