Patch to fix this:

warning: Tag `DETAILS_AT_TOP' at line 15 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 94 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 95 of file Doxyfile has become 
obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
/tmp/eeze/src/lib/Eeze.h:313: warning: argument 'etype' of command @param is 
not found in the argument list of eeze_udev_find_by_type(Eeze_Udev_Type type, 
const char *name)
/tmp/eeze/src/lib/Eeze.h:314: warning: explicit link request to 'NULL' could 
not be resolved
/tmp/eeze/src/lib/Eeze.h:315: warning: explicit link request to 'NULL' could 
not be resolved
/tmp/eeze/src/lib/Eeze.h:313: warning: The following parameters of 
eeze_udev_find_by_type(Eeze_Udev_Type type, const char *name) are not 
documented:
  parameter 'type'


-- 
Jérôme Pinot
http://ngc891.blogdns.net/
Index: eeze/src/lib/Eeze.h
===================================================================
--- eeze/src/lib/Eeze.h (revision 69823)
+++ eeze/src/lib/Eeze.h (working copy)
@@ -313,9 +313,9 @@
 /**
  * Find devices using an #Eeze_Udev_Type and/or a name.
  *
- * @param etype An #Eeze_Udev_Type or 0
- * @param name A filter for the device name or #NULL
- * @return A stringshared Eina_List of matched devices or #NULL on failure
+ * @param type An #Eeze_Udev_Type or 0
+ * @param name A filter for the device name or NULL
+ * @return A stringshared Eina_List of matched devices or NULL on failure
  *
  * Return a list of syspaths (/sys/$syspath) for matching udev devices.
  */
Index: eeze/doc/Doxyfile.in
===================================================================
--- eeze/doc/Doxyfile.in        (revision 69823)
+++ eeze/doc/Doxyfile.in        (working copy)
@@ -12,11 +12,11 @@
 COLS_IN_ALPHA_INDEX    = 2
 COMPACT_LATEX          = NO
 COMPACT_RTF            = NO
-DETAILS_AT_TOP         = NO
 DISABLE_INDEX          = YES
 DISTRIBUTE_GROUP_DOC   = NO
 DOT_CLEANUP            = YES
 DOTFILE_DIRS           = 
+DOT_GRAPH_MAX_NODES    = 50
 DOT_IMAGE_FORMAT       = png
 DOT_PATH               = 
 ENABLED_SECTIONS       = 
@@ -91,8 +91,6 @@
 MAN_EXTENSION          = .3
 MAN_LINKS              = YES
 MAN_OUTPUT             = man
-MAX_DOT_GRAPH_HEIGHT   = 512
-MAX_DOT_GRAPH_WIDTH    = 512
 MAX_INITIALIZER_LINES  = 30
 MULTILINE_CPP_IS_BRIEF = NO
 OPTIMIZE_OUTPUT_FOR_C  = YES

Attachment: 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

Reply via email to