From 12ab1c04640b7f08ff2084df497a4d609fb6ad43 Mon Sep 17 00:00:00 2001 From: schnorr Date: Mon, 26 Mar 2012 14:46:43 +0200 Subject: [PATCH] [trace] fix warning in the documentation, missing section label --- doc/tracing.doc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/tracing.doc b/doc/tracing.doc index 68b7395430..b9bdcc848d 100644 --- a/doc/tracing.doc +++ b/doc/tracing.doc @@ -34,11 +34,13 @@ of resource utilization by using a special parameter that is detailed below. \subsection tracing_tracing_enabling Enabling using CMake -With the sources of SimGrid, it is possible to enable the tracing -using the parameter -Denable_tracing=ON when the cmake is executed. -The section \ref tracing_tracing_functions describes all the functions available -when this Cmake options is activated. These functions will have no effect -if SimGrid is configured without this option (they are wiped-out by the +With the sources of SimGrid, it is possible to enable the tracing +using the parameter -Denable_tracing=ON when the cmake is +executed. The sections \ref instr_category_functions, \ref +instr_mark_functions, and \ref instr_uservariables_functions describe +all the functions available when this Cmake options is +activated. These functions will have no effect if SimGrid is +configured without this option (they are wiped-out by the C-preprocessor). \verbatim -- 2.20.1