X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e37c1e4bba9bb89cd2842f08cde998eb7f941d04..14ed9eee4934531af1507c9ddf002876e93fc67d:/doc/doxygen/bindings.doc diff --git a/doc/doxygen/bindings.doc b/doc/doxygen/bindings.doc index 0a8cbbdb3a..25721cc73d 100644 --- a/doc/doxygen/bindings.doc +++ b/doc/doxygen/bindings.doc @@ -1,9 +1,9 @@ /*! \page bindings Bindings -\section bindings_binding_Ruby Ruby Binding +\section MSG_Ruby Ruby Binding Check online for our specific [Simgrid-Ruby documentation](http://simgrid.gforge.inria.fr/documentation.html). -\section bindings_binding_Java Java Binding +\section MSG_Java Java Binding Simgrid-java is a java API that let you use [Simgrid](http://simgrid.gforge.inria.fr/) MSG API in your favorite language (java). Without it, you would be forced to use C or one of the other bindings provided. @@ -179,7 +179,7 @@ grep GLOBAL_GUARDS patches/make/* -r # Finish the setup (cd patches/make; make setup && make force && make && make FORCE_VERSIONS=1 && echo "Sources are properly setup") -# If this last command failed, check your mercurial config within ~/.hgrc (see above) +# If this last command failed, check your mercurial config within ~/.hgrc (see above) ~~~~ -# Compile it all ~~~~{.sh}