Patch that correct this:
warning: Tag `DETAILS_AT_TOP' at line 46 of file Doxyfile has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 137 of file Doxyfile has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 138 of file Doxyfile has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" warning: tag INPUT: input source `emotion.dox' does not exist warning: source emotion.dox is not a readable file or directory... skipping. /tmp/emotion/src/lib/Emotion.h:1232: warning: missing title after \defgroup Emotion_Webcam /tmp/emotion/src/lib/Emotion.h:819: warning: The following parameters of emotion_object_size_get(const Evas_Object *obj, int *iw, int *ih) are not documented: parameter 'ih' -- Jérôme Pinot http://ngc891.blogdns.net/
Index: emotion/src/lib/Emotion.h
===================================================================
--- emotion/src/lib/Emotion.h (revision 69823)
+++ emotion/src/lib/Emotion.h (working copy)
@@ -821,7 +821,7 @@
*
* @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 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 */
Index: emotion/doc/Doxyfile.in
===================================================================
--- emotion/doc/Doxyfile.in (revision 69823)
+++ emotion/doc/Doxyfile.in (working copy)
@@ -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 @@
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 @@
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
signature.asc
Description: Digital signature
------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
