Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 5 Dec 2005 11:35:51 +0000 (11:35 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 5 Dec 2005 11:35:51 +0000 (11:35 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1851 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/Makefile.am
doc/index.doc
doc/module-xbt.doc

index 8325aeb..072ab67 100644 (file)
@@ -24,7 +24,7 @@ html: $(DOCSOURCES) Doxyfile logcategories.doc simgrid_modules.map simgrid_modul
        doxygen Doxyfile >/dev/null
        cp @srcdir@/simgrid_logo.png @srcdir@/simgrid_modules.png html/
        cp @srcdir@/Paje_MSG_screenshot_thn.jpg @srcdir@/Paje_MSG_screenshot.jpg html/
-       for i in `find html -name '*.html'` ; do cp $$i $$i.bak ; sed 's/Modules<\/a> | <a class="qindex" href="annotated.html">.*Fields<\/a>/Modules Tree<\/a> /g' $$i.bak > $$i ; rm $$i.bak ; done
+       for i in `find html -name '*.html'` ; do cp $$i $$i.bak ; sed 's/Modules<\/a> | <a class="qindex" href="annotated.html">.*Fields<\/a>/Modules Tree<\/a> /g' $$i.bak > $$i ; rm $$i.bak ; done
 endif
 
 logcategories.doc: $(DOCSOURCES)
index 5ed8a1f..761e156 100644 (file)
@@ -143,16 +143,17 @@ mailing list</a>.
 
 \section people People
 
-The authors of SimGrid are:
+SimGrid is a joint project between University of Hawai at Manoa, ID
+Laboratory (Grenoble, France) and University of Nancy (France). The
+authors of SimGrid are:
 
- - Henri Casanova <casanova#cs.ucsd.edu>
- - Arnaud Legrand <arnaud.legrand#imag.fr>
- - Martin Quinson <martin.quinson#loria.fr>
+ - Henri Casanova <casanova#cs.ucsd.edu> (Information and Computer Sciences Department, University of Hawai`i at Manoa)
+ - Arnaud Legrand <arnaud.legrand#imag.fr> ("Informatique et Distribution" Laboratory (Grenoble, France), MESCal project)
+ - Martin Quinson <martin.quinson#loria.fr> (University of Nancy (Nancy, France), LORIA Laboratory, Algorille project)
 
 \subsection contributers Contributers and alumni project members
 
- - Loris Marchal: wrote the new algorithm for simulation TCP
-   bandwidth-sharing.
+ - Loris Marchal: wrote the algorithm for simulation TCP bandwidth-sharing.
  - Julien Lerouge : wrote a XML parser for ENV descriptions and helped for
    the general design during a 4 month period (march-june 2002) 
    in the LIP.
index c7990de..ea4659f 100644 (file)
@@ -1,7 +1,7 @@
 /** @addtogroup XBT_API
  *
  *  The XBT functionalities fall into several categories:
- *   - Portability support
+ *   - Portability support
  *     - \ref XBT_syscall
  *   - Grounding features
  *     - \ref XBT_ex
   *  \brief Contexts are a higher level system than <tt>setjump/longjmp</tt> 
   *  for non-preemptible threads.
   *
-  *  You shouldn't use it directly since it is merly intended to ease the 
-  *  implementation of the serveral programmation environment of the 
-  *  SimGrid toolkit (nammely, \ref MSG_API, \ref GRAS_API and \ref SMPI_API).
+  *  You shouldn't use it directly since it is merely intended to ease the 
+  *  implementation of the several programmation environment of the 
+  *  SimGrid toolkit (namely, \ref MSG_API, \ref GRAS_API and \ref SMPI_API).
   *
-  *  You should use those mechanism instead.
+  *  You should use those environments instead.
   */
 
 /** @} */ End of XBT_API