diff --git a/legacy/emotion/doc/Doxyfile.in b/legacy/emotion/doc/Doxyfile.in index 29cdd0e201..0a7ca2833e 100644 --- a/legacy/emotion/doc/Doxyfile.in +++ b/legacy/emotion/doc/Doxyfile.in @@ -1,8 +1,7 @@ PROJECT_NAME = Emotion PROJECT_NUMBER = @PACKAGE_VERSION@ OUTPUT_DIRECTORY = . -INPUT = emotion.dox \ - @top_srcdir@/src/lib \ +INPUT = @top_srcdir@/src/lib \ @srcdir@/examples.dox IMAGE_PATH = img OUTPUT_LANGUAGE = English @@ -43,7 +42,6 @@ VERBATIM_HEADERS = NO SHOW_INCLUDE_FILES = NO JAVADOC_AUTOBRIEF = YES MULTILINE_CPP_IS_BRIEF = NO -DETAILS_AT_TOP = NO INHERIT_DOCS = YES INLINE_INFO = YES SORT_MEMBER_DOCS = YES @@ -134,8 +132,7 @@ GRAPHICAL_HIERARCHY = NO DOT_IMAGE_FORMAT = png DOT_PATH = DOTFILE_DIRS = -MAX_DOT_GRAPH_WIDTH = 512 -MAX_DOT_GRAPH_HEIGHT = 512 +DOT_GRAPH_MAX_NODES = 50 GENERATE_LEGEND = YES DOT_CLEANUP = YES SEARCHENGINE = NO diff --git a/legacy/emotion/src/lib/Emotion.h b/legacy/emotion/src/lib/Emotion.h index 2a624dc4bc..736a6aada9 100644 --- a/legacy/emotion/src/lib/Emotion.h +++ b/legacy/emotion/src/lib/Emotion.h @@ -821,7 +821,7 @@ EAPI double emotion_object_ratio_get (const Evas_Object *obj); * * @param obj The object from which we are retrieving the video size. * @param iw A pointer to a variable where the width will be stored. - * @param iw A pointer to a variable where the height will be stored. + * @param ih A pointer to a variable where the height will be stored. * * This function returns the reported size of the loaded video file. If a file * that doesn't contain a video channel is loaded, then this size can be @@ -1229,7 +1229,7 @@ EAPI Eina_Bool emotion_object_extension_may_play_get(const char *file); EAPI Evas_Object *emotion_object_image_get(const Evas_Object *obj); /** - * @defgroup Emotion_Webcam + * @defgroup Emotion_Webcam API available for accessing webcam */ typedef struct _Emotion_Webcam Emotion_Webcam; /**< Webcam description */