From: Christophe ThiƩry Date: Tue, 19 Apr 2011 15:20:39 +0000 (+0200) Subject: Fix Doxygen warnings X-Git-Tag: v3_6_rc3~137^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a58332db69cf880d47d18e1751a72e8cdc162f31 Fix Doxygen warnings --- diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 2a07cd32ea..255096d9af 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -630,6 +630,7 @@ INPUT = index.doc \ gtut-main.doc \ gtut-introduction.doc \ gtut-tour.doc \ + gtut-tour-00-install.doc \ gtut-tour-01-bones.doc \ gtut-tour-02-simple.doc \ gtut-tour-03-args.doc \ @@ -649,7 +650,6 @@ INPUT = index.doc \ gtut-tour-16-exchangecb.doc \ gtut-howto.doc \ gtut-howto-design.doc \ - @top_srcdir@/doc/logcategories.doc \ @top_srcdir@/include/ \ @top_srcdir@/include/msg \ @top_srcdir@/include/gras \ diff --git a/doc/contrib.doc b/doc/contrib.doc index 60ec6ee29c..e85ae94244 100644 --- a/doc/contrib.doc +++ b/doc/contrib.doc @@ -68,7 +68,7 @@ This program simulates the behavior of a batch scheduler managing a cluster. This program is maintained by Jean-Sebastien Gay -(Jean-Sebastien.Gay::ens-lyon.fr), and is part of the SimGrid SVN +(Jean-Sebastien.Gay at ens-lyon.fr), and is part of the SimGrid SVN (directory contrib/Simbatch). diff --git a/doc/module-msg.doc b/doc/module-msg.doc index d05ddb574e..7c7eec6508 100644 --- a/doc/module-msg.doc +++ b/doc/module-msg.doc @@ -425,7 +425,7 @@ - \ref MSG_ext_ms_platform - \dontinclude lua/master_slave.lua + \dontinclude lua/masterslave/master_slave.lua \section MSG_ext_ms_code_lua Code of the application @@ -478,7 +478,7 @@ - \ref MSG_ext_ms_core_lua - \dontinclude lua/master_slave_bypass.lua + \dontinclude lua/console/master_slave_bypass.lua \section MSG_ext_ms_code_lua Code of the application diff --git a/src/xbt/config.c b/src/xbt/config.c index a5207db770..b71e69c0f9 100644 --- a/src/xbt/config.c +++ b/src/xbt/config.c @@ -292,7 +292,7 @@ void xbt_cfg_unregister(xbt_cfg_t cfg, const char *name) * Each of them must use the following syntax: \:\_to_\_\ * with type being one of 'string','int', 'peer' or 'double'. * - * @fixme: this does not allow to set the description + * FIXME: this does not allow to set the description */ void xbt_cfg_register_str(xbt_cfg_t * cfg, const char *entry)