Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Mainly cosmetics. I stop for now working on doc.
authorlbobelin <lbobelin@mintcar.imag.fr>
Fri, 29 Jun 2012 16:28:10 +0000 (18:28 +0200)
committerlbobelin <lbobelin@mintcar.imag.fr>
Fri, 29 Jun 2012 16:28:10 +0000 (18:28 +0200)
doc/user_guide/doxygen/UserGuideDoxyfile.in
doc/user_guide/doxygen/UserGuideDoxygenLayout.xml
doc/user_guide/doxygen/use.doc

index 7927828..5b454de 100644 (file)
@@ -666,8 +666,7 @@ INPUT                  = index.doc \
                          platform.doc \
                          tracing.doc \
                          pls.doc \
-                         bindings.doc \
-                         @top_srcdir@/doc/user_guide/doxygen/logcategories.doc
+                         bindings.doc
                         
 
 ###################################################
index 0d81217..255784b 100644 (file)
@@ -18,8 +18,8 @@
       <tab type="files" visible="yes" title="" intro=""/>
       <tab type="globals" visible="yes" title="" intro=""/>
     </tab>
-    <tab type="modules" visible="no" title="Examples" intro="">
-      <tab type="modules" visible="yes" title="Examples" intro="Here you can find additional examples"/>
+    <tab type="modules" visible="no" title="" intro="">
+      <tab type="modules" visible="yes" title="Examples description" intro="In the example directory of SimGrid, you'll find usefull examples. Here's a description of the most important of them."/>
     </tab>     
     <tab type="user" visible="yes" url="../../doc/index.html" title="Home"/>
     <tab type="user" url="../../ref_guide/html/index.html" title="Reference Manual"/>
index 4476e19..59a81b0 100644 (file)
@@ -1,5 +1,7 @@
 /*! \page use Using SimGrid
 
+SimGrid comes with many examples provided in the examples/ directory. Those examples are described in section \ref MSG_examples . Those examples are commented and should be easy to understand. for a first step into SimGird we also provide some more detailed examples in the sections below.
+
 \section using_msg Using MSG
 
 Here are some examples on how to use MSG, the most used API.