From c2ba0183f433a0786347f3010f43217ac8145389 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Castelli?= Date: Fri, 20 Jun 2014 10:32:44 +0200 Subject: [PATCH] Small fixes to the documentation --- doc/doxygen/install.doc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/doxygen/install.doc b/doc/doxygen/install.doc index 4dc64a2e76..2331290965 100644 --- a/doc/doxygen/install.doc +++ b/doc/doxygen/install.doc @@ -242,6 +242,8 @@ accepts several options, as listed below. @li enable_latency_bound_tracking (ON/OFF): enable it if you want to be warned when communications are limited by round trip time while doing packet-level simulation. + @li enable_documentation (ON/OFF) : whether the documentation should be + generated during the compilation. Default is ON. \subsubsection install_cmake_reset Resetting the compilation configuration @@ -316,12 +318,12 @@ targets are not really for publc consumption so don't worry if some stuff don't work for you. @verbatim -make simgrid Builds only the simgrid library and not any example -make masterslave Builds only this example (and its dependencies) +make simgrid Build only the simgrid library and not any example +make masterslave Build only this example (and its dependencies) make clean Clean the results of a previous compilation make install Install the project (doc/ bin/ lib/ include/) make uninstall Uninstall the project (doc/ bin/ lib/ include/) -make dist Cuild a distribution archive (tgz) +make dist Build a distribution archive (tgz) make distcheck Check the dist (make + make dist + tests on the distribution) make doc Create simgrid documentation @endverbatim -- 2.30.2