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
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 */
* @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);