From 2a993dad48dde8733e9d5ea77523d7a687dcf4ca Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Fri, 16 Apr 2021 10:05:01 +0200 Subject: [PATCH] docs(man): remove comment lines in RunModel help page --- man/RunModel.Rd | 7 ------- 1 file changed, 7 deletions(-) diff --git a/man/RunModel.Rd b/man/RunModel.Rd index 6762ed73..41fc03ee 100644 --- a/man/RunModel.Rd +++ b/man/RunModel.Rd @@ -3,7 +3,6 @@ \name{RunModel} \alias{RunModel} -%\alias{[.OutputsModel} \title{Run with the provided hydrological model function} @@ -16,8 +15,6 @@ Function which performs a single model run with the provided function over the s \usage{ RunModel(InputsModel, RunOptions, Param, FUN_MOD, ...) -% -%\method{[}{OutputsModel}(x, i) } @@ -31,10 +28,6 @@ RunModel(InputsModel, RunOptions, Param, FUN_MOD, ...) \item{FUN_MOD}{[function] hydrological model function (e.g. \code{\link{RunModel_GR4J}}, \code{\link{RunModel_CemaNeigeGR4J}})} \item{...}{(optional) arguments to pass to \code{FUN_MOD}} -% -%\item{x}{[InputsModel] object of class InputsModel} -% -%\item{i}{[integer] of the indices to subset a time series or [character] names of the elements to extract} } -- GitLab