From: alegrand Date: Mon, 5 Dec 2005 11:35:51 +0000 (+0000) Subject: cosmetics X-Git-Tag: v3.3~3507 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f206ca050b853d202fd639352c5a0d400d06a825?ds=sidebyside cosmetics git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1851 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 8325aeb347..072ab67b01 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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> | .*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> | .*Fields<\/a>/Modules Tree<\/a> /g' $$i.bak > $$i ; rm $$i.bak ; done endif logcategories.doc: $(DOCSOURCES) diff --git a/doc/index.doc b/doc/index.doc index 5ed8a1fc0d..761e1561e1 100644 --- a/doc/index.doc +++ b/doc/index.doc @@ -143,16 +143,17 @@ mailing list. \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 - - Arnaud Legrand - - Martin Quinson + - Henri Casanova (Information and Computer Sciences Department, University of Hawai`i at Manoa) + - Arnaud Legrand ("Informatique et Distribution" Laboratory (Grenoble, France), MESCal project) + - Martin Quinson (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. diff --git a/doc/module-xbt.doc b/doc/module-xbt.doc index c7990deab3..ea4659fd6d 100644 --- a/doc/module-xbt.doc +++ b/doc/module-xbt.doc @@ -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 @@ -45,11 +45,11 @@ * \brief Contexts are a higher level system than setjump/longjmp * 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