From ac06f667ecbeeff08d449bad99425260d1114591 Mon Sep 17 00:00:00 2001 From: Thiago Thamada Date: Tue, 17 Apr 2012 17:04:33 +0000 Subject: [PATCH] Fixing doc for out of tree build and some doxygen warnings. Patch by: Thiago Thamada SVN revision: 70278 --- legacy/emotion/doc/Doxyfile.in | 2 +- legacy/emotion/src/lib/Emotion.h | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/legacy/emotion/doc/Doxyfile.in b/legacy/emotion/doc/Doxyfile.in index 0a7ca2833e..907be04f03 100644 --- a/legacy/emotion/doc/Doxyfile.in +++ b/legacy/emotion/doc/Doxyfile.in @@ -3,7 +3,7 @@ PROJECT_NUMBER = @PACKAGE_VERSION@ OUTPUT_DIRECTORY = . INPUT = @top_srcdir@/src/lib \ @srcdir@/examples.dox -IMAGE_PATH = img +IMAGE_PATH = @srcdir@/img OUTPUT_LANGUAGE = English GENERATE_HTML = YES HTML_OUTPUT = html diff --git a/legacy/emotion/src/lib/Emotion.h b/legacy/emotion/src/lib/Emotion.h index 736a6aada9..7695a68287 100644 --- a/legacy/emotion/src/lib/Emotion.h +++ b/legacy/emotion/src/lib/Emotion.h @@ -220,6 +220,10 @@ typedef enum EMOTION_HIBERNATE /**< destroy the pipeline, and keep half resolution or object resolution if lower */ } Emotion_Suspend; +/** + * @enum _Emotion_Aspect + * Defines the aspect ratio option. + */ enum _Emotion_Aspect { EMOTION_ASPECT_KEEP_NONE, /**< ignore video aspect ratio */ @@ -382,8 +386,7 @@ EAPI Evas_Object *emotion_object_add (Evas *evas); * @see emotion_object_audio_mute_set() * @see emotion_object_video_mute_set() * - * @ingroup Emotion_Audio - * @ingroup Emotion_Video + * @ingroup Emotion_Init */ EAPI void emotion_object_module_option_set (Evas_Object *obj, const char *opt, const char *val);