Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix Doxygen warnings
authorChristophe Thiéry <christopho128@gmail.com>
Tue, 19 Apr 2011 15:20:39 +0000 (17:20 +0200)
committerChristophe Thiéry <christopho128@gmail.com>
Tue, 19 Apr 2011 15:20:39 +0000 (17:20 +0200)
doc/Doxyfile.in
doc/contrib.doc
doc/module-msg.doc
src/xbt/config.c

index 2a07cd32ea23ec801c8e7f437313bb47c22305bb..255096d9afa4838171c50f13e31b78d49a8ac0b7 100644 (file)
@@ -630,6 +630,7 @@ INPUT                  = index.doc \
                          gtut-main.doc \
                          gtut-introduction.doc \
                          gtut-tour.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 \
                          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 \
                          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 \
                          @top_srcdir@/include/ \
                          @top_srcdir@/include/msg \
                          @top_srcdir@/include/gras \
index 60ec6ee29c8acc1705ab3d75e0405ab7690adae0..e85ae94244f1bc817fc5609ad20b3fcd349e8549 100644 (file)
@@ -68,7 +68,7 @@ This program simulates the behavior of a batch scheduler managing a
 cluster. 
 
 This program is maintained by Jean-Sebastien Gay
 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).
 
 
 (directory contrib/Simbatch).
 
 
index d05ddb574e216708461dffb5e9a3ad2a1028dba7..7c7eec6508419480ef2d083bf1aa74281f61e4a4 100644 (file)
        - \ref MSG_ext_ms_platform
        
        
        - \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
       
       
       \section MSG_ext_ms_code_lua Code of the application
       
        - \ref MSG_ext_ms_core_lua
        
        
        - \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
       
       
       \section MSG_ext_ms_code_lua Code of the application
       
index a5207db770211ace62b82050d5e954f10d359092..b71e69c0f968dafe1fe93189c82a167493914f66 100644 (file)
@@ -292,7 +292,7 @@ void xbt_cfg_unregister(xbt_cfg_t cfg, const char *name)
  * Each of them must use the following syntax: \<name\>:\<min nb\>_to_\<max nb\>_\<type\>
  * with type being one of  'string','int', 'peer' or 'double'.
  *
  * Each of them must use the following syntax: \<name\>:\<min nb\>_to_\<max nb\>_\<type\>
  * 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)
  */
 
 void xbt_cfg_register_str(xbt_cfg_t * cfg, const char *entry)