Patch that fixes: warning: Tag `DETAILS_AT_TOP' at line 163 of file Doxyfile has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" /tmp/ethumb/src/lib/client/ethumb_client.c:1597: warning: argument 'f' of command @param is not found in the argument list of ethumb_client_orientation_set(Ethumb_Client *client, Ethumb_Thumb_Orientation o) /tmp/ethumb/src/lib/client/ethumb_client.c:1597: warning: The following parameters of ethumb_client_orientation_set(Ethumb_Client *client, Ethumb_Thumb_Orientation o) are not documented: parameter 'o' /tmp/ethumb/src/lib/client/ethumb_client.c:1752: warning: return type of member ethumb_client_frame_set is not documented
-- Jérôme Pinot http://ngc891.blogdns.net/
Index: ethumb/src/lib/client/ethumb_client.c =================================================================== --- ethumb/src/lib/client/ethumb_client.c (revision 69823) +++ ethumb/src/lib/client/ethumb_client.c (working copy) @@ -1603,7 +1603,7 @@ * @param client the client instance to use. Must @b not be @c * NULL. May be pending connected (can be called before @c * connected_cb) - * @param f format identifier to use, either #ETHUMB_THUMB_ORIENT_NONE (0), + * @param o format identifier to use, either #ETHUMB_THUMB_ORIENT_NONE (0), * #ETHUMB_THUMB_ROTATE_90_CW (1), #ETHUMB_THUMB_ROTATE_180 (2), * #ETHUMB_THUMB_ROTATE_90_CCW (3), #ETHUMB_THUMB_FLIP_HORIZONTAL (4), * #ETHUMB_THUMB_FLIP_VERTICAL (5), #ETHUMB_THUMB_FLIP_TRANSPOSE (6), @@ -1764,6 +1764,8 @@ * @param file file path to edje. * @param group group inside edje to use. * @param swallow name of swallow part. + * + * @return @c EINA_TRUE on success, @c EINA_FALSE on failure. */ EAPI Eina_Bool ethumb_client_frame_set(Ethumb_Client *client, const char *file, const char *group, const char *swallow) Index: ethumb/doc/Doxyfile.in =================================================================== --- ethumb/doc/Doxyfile.in (revision 69823) +++ ethumb/doc/Doxyfile.in (working copy) @@ -155,13 +155,6 @@ MULTILINE_CPP_IS_BRIEF = NO -# If the DETAILS_AT_TOP tag is set to YES then Doxygen -# will output the detailed description near the top, like JavaDoc. -# If set to NO, the detailed description appears after the member -# documentation. - -DETAILS_AT_TOP = NO - # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented # member inherits the documentation from any documented member that it # re-implements.
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
