Document {SMRUCC.Rsharp.Development} | .NET clr documentation |
R comment documentation model
# namespace SMRUCC.Rsharp.Development
export class Document {
author: string;
declares: FunctionDeclare;
description: string;
details: string;
examples: string;
keywords: string;
parameters: NamedValue[];
returns: string;
see_also: string;
symbol_name: string;
title: string;
}
declares
: FunctionDeclareparameters
: NamedValue