From 340d53eccabab47b68519d7546a919ef66ed63f2 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 27 Sep 2013 17:28:36 +0200 Subject: [PATCH] functions: fix remove_profiling documentation (simplify, focus on what it does) Author: Simon Marchetto Change-Id: Ic5406995d6bee97fed69709058064772e52196c2 --- .../help/en_US/profiling/remove_profiling.xml | 7 +++---- .../help/fr_FR/profiling/remove_profiling.xml | 9 ++++----- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/scilab/modules/functions/help/en_US/profiling/remove_profiling.xml b/scilab/modules/functions/help/en_US/profiling/remove_profiling.xml index a6da12f..4da5fb4 100644 --- a/scilab/modules/functions/help/en_US/profiling/remove_profiling.xml +++ b/scilab/modules/functions/help/en_US/profiling/remove_profiling.xml @@ -12,7 +12,7 @@ remove_profiling - Removes profiling instructions toout of a function. + Disables the profiling of a function Calling Sequence @@ -24,7 +24,7 @@ funname - A character string, the name of the function + A character string, the name of the profiled function @@ -32,8 +32,7 @@ Description - remove_profiling(funname) Removes profiling instructions (if any) out of the function - named funname. + remove_profiling removes the instructions needed for the profiling of a function. diff --git a/scilab/modules/functions/help/fr_FR/profiling/remove_profiling.xml b/scilab/modules/functions/help/fr_FR/profiling/remove_profiling.xml index 5a49b67..9528b61 100644 --- a/scilab/modules/functions/help/fr_FR/profiling/remove_profiling.xml +++ b/scilab/modules/functions/help/fr_FR/profiling/remove_profiling.xml @@ -12,7 +12,7 @@ remove_profiling - Supprime les instructions de "profiling" du code d'une fonction + Désactive le profiling d'une fonction Séquence d'appel @@ -24,7 +24,7 @@ funname - Une chaine de caractères: le nom de la fonction + Une chaine de caractères: le nom de la fonction profilée. @@ -32,9 +32,8 @@ Description - remove_profiling(funname) supprime les - instructions de "profiling" du code de la fonction dont le nom est - donné par funname. + remove_profiling supprime les + instructions nécessaires au profiling d'une fonction. -- 1.7.9.5