Fixing doc for out of tree build and some doxygen warnings.

Patch by: Thiago Thamada <tiba@profusion.mobi>

SVN revision: 70278
This commit is contained in:
Thiago Thamada 2012-04-17 17:04:33 +00:00 committed by Jonas M. Gastal
parent 3b776bb1fe
commit ac06f667ec
2 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@ PROJECT_NUMBER = @PACKAGE_VERSION@
OUTPUT_DIRECTORY = . OUTPUT_DIRECTORY = .
INPUT = @top_srcdir@/src/lib \ INPUT = @top_srcdir@/src/lib \
@srcdir@/examples.dox @srcdir@/examples.dox
IMAGE_PATH = img IMAGE_PATH = @srcdir@/img
OUTPUT_LANGUAGE = English OUTPUT_LANGUAGE = English
GENERATE_HTML = YES GENERATE_HTML = YES
HTML_OUTPUT = html HTML_OUTPUT = html

View File

@ -220,6 +220,10 @@ typedef enum
EMOTION_HIBERNATE /**< destroy the pipeline, and keep half resolution or object resolution if lower */ EMOTION_HIBERNATE /**< destroy the pipeline, and keep half resolution or object resolution if lower */
} Emotion_Suspend; } Emotion_Suspend;
/**
* @enum _Emotion_Aspect
* Defines the aspect ratio option.
*/
enum _Emotion_Aspect enum _Emotion_Aspect
{ {
EMOTION_ASPECT_KEEP_NONE, /**< ignore video aspect ratio */ 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_audio_mute_set()
* @see emotion_object_video_mute_set() * @see emotion_object_video_mute_set()
* *
* @ingroup Emotion_Audio * @ingroup Emotion_Init
* @ingroup Emotion_Video
*/ */
EAPI void emotion_object_module_option_set (Evas_Object *obj, const char *opt, const char *val); EAPI void emotion_object_module_option_set (Evas_Object *obj, const char *opt, const char *val);