1 Apr 2012 04:26
[E-devel] [patch] emotion doxygen doc
Jérôme Pinot <ngc891 <at> gmail.com>
2012-04-01 02:26:37 GMT
2012-04-01 02:26:37 GMT
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) <at> <at> -821,7 +821,7 <at> <at> * * <at> param obj The object from which we are retrieving the video size. * <at> param iw A pointer to a variable where the width will be stored. - * <at> param iw A pointer to a variable where the height will be stored. + * <at> param ih A pointer to a variable where the height will be stored.(Continue reading)
RSS Feed