Fixing doc for out of tree build and some doxygen warnings.
authorgastal <gastal>
Tue, 17 Apr 2012 17:04:33 +0000 (17:04 +0000)
committergastal <gastal@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 17 Apr 2012 17:04:33 +0000 (17:04 +0000)
Patch by: Thiago Thamada <tiba@profusion.mobi>

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@70278 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

doc/Doxyfile.in
src/lib/Emotion.h

index 0a7ca28..907be04 100644 (file)
@@ -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
index 736a6aa..7695a68 100644 (file)
@@ -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);