From f9608a8c18ef93273a1bcab908212c849f00b98a Mon Sep 17 00:00:00 2001 From: lbobelin Date: Fri, 29 Jun 2012 18:28:10 +0200 Subject: [PATCH 1/1] Mainly cosmetics. I stop for now working on doc. --- doc/user_guide/doxygen/UserGuideDoxyfile.in | 3 +-- doc/user_guide/doxygen/UserGuideDoxygenLayout.xml | 4 ++-- doc/user_guide/doxygen/use.doc | 2 ++ 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/user_guide/doxygen/UserGuideDoxyfile.in b/doc/user_guide/doxygen/UserGuideDoxyfile.in index 7927828d08..5b454de4de 100644 --- a/doc/user_guide/doxygen/UserGuideDoxyfile.in +++ b/doc/user_guide/doxygen/UserGuideDoxyfile.in @@ -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 ################################################### diff --git a/doc/user_guide/doxygen/UserGuideDoxygenLayout.xml b/doc/user_guide/doxygen/UserGuideDoxygenLayout.xml index 0d81217a84..255784b564 100644 --- a/doc/user_guide/doxygen/UserGuideDoxygenLayout.xml +++ b/doc/user_guide/doxygen/UserGuideDoxygenLayout.xml @@ -18,8 +18,8 @@ - - + + diff --git a/doc/user_guide/doxygen/use.doc b/doc/user_guide/doxygen/use.doc index 4476e1985f..59a81b0cbf 100644 --- a/doc/user_guide/doxygen/use.doc +++ b/doc/user_guide/doxygen/use.doc @@ -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. -- 2.20.1