Update doxyfile and fix a param name. diff of build log:
--- /tmp/embryo.log 2012-03-31 11:42:07.065222172 +0900 +++ /tmp/embryo2.log 2012-03-31 11:41:48.769993905 +0900 @@ -263,13 +265,6 @@ make[1]: Entering directory `/tmp/embryo/doc' rm -rf html/ latex/ man/ xml/ ../embryo-1.2.0-alpha-doc.tar* doxygen -warning: Tag `DETAILS_AT_TOP' at line 44 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 135 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 136 of file Doxyfile has become obsolete. -To avoid this warning please update your configuration file using "doxygen -u" -warning: source ../src/examples is not a readable file or directory... skipping. /tmp/embryo/src/lib/Embryo.h:500: Trying to add group Embryo_Func_Group to itself! /tmp/embryo/src/lib/Embryo.h:513: Trying to add group Embryo_Program_VM_Group to itself! /tmp/embryo/src/lib/Embryo.h:562: Trying to add group Embryo_Swap_Group to itself! @@ -300,9 +295,6 @@ /tmp/embryo/src/lib/Embryo.h:38: warning: unable to resolve reference to `embryo_program_native_call_add' for \ref command /tmp/embryo/src/lib/Embryo.h:358: warning: Member _Embryo_Error (enumeration) of file Embryo.h is not documented. /tmp/embryo/src/lib/Embryo.h:70: warning: unable to resolve reference to `embryo_program_variable_find' for \ref command -/tmp/embryo/src/lib/Embryo.h:766: warning: argument 'fn' of command @param is not found in the argument list of embryo_program_run(Embryo_Program *ep, Embryo_Function func) -/tmp/embryo/src/lib/Embryo.h:766: warning: The following parameters of embryo_program_run(Embryo_Program *ep, Embryo_Function func) are not documented: - parameter 'func' cp ./img/* html/ rm -rf embryo-1.2.0-alpha-doc.tar* mkdir -p embryo-1.2.0-alpha-doc/doc -- Jérôme Pinot http://ngc891.blogdns.net/
Index: embryo/src/lib/Embryo.h =================================================================== --- embryo/src/lib/Embryo.h (revision 69808) +++ embryo/src/lib/Embryo.h (working copy) @@ -772,7 +772,7 @@ * declared @c public in the Small source code. * * @param ep The given program. - * @param fn The given function. Normally "main", in which case the + * @param func The given function. Normally "main", in which case the * constant @c EMBRYO_FUNCTION_MAIN can be used. * @return @c EMBRYO_PROGRAM_OK on success. @c EMBRYO_PROGRAM_SLEEP if the * program is halted by the Small @c sleep call. Index: embryo/doc/Doxyfile.in =================================================================== --- embryo/doc/Doxyfile.in (revision 69808) +++ embryo/doc/Doxyfile.in (working copy) @@ -41,7 +41,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 @@ -67,7 +66,7 @@ EXCLUDE = EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = -EXAMPLE_PATH = @top_srcdir@/src/examples +EXAMPLE_PATH = EXAMPLE_PATTERNS = EXAMPLE_RECURSIVE = NO INPUT_FILTER = @@ -132,8 +131,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
