Merge pull request #114 from stla/roxygenTags

completed the list of roxygen tags
This commit is contained in:
Alexandru Dima 2020-10-08 00:22:00 +02:00 committed by GitHub
commit fd9146b41b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,44 +33,66 @@ export const language = <languages.IMonarchLanguage>{
tokenPostfix: '.r', tokenPostfix: '.r',
roxygen: [ roxygen: [
'@param',
'@return',
'@name',
'@rdname',
'@examples',
'@include',
'@docType',
'@S3method',
'@TODO',
'@aliases',
'@alias', '@alias',
'@aliases',
'@assignee', '@assignee',
'@author', '@author',
'@callGraphDepth', '@backref',
'@callGraph', '@callGraph',
'@callGraphDepth',
'@callGraphPrimitives', '@callGraphPrimitives',
'@concept', '@concept',
'@describeIn',
'@description',
'@details',
'@docType',
'@encoding',
'@evalNamespace',
'@evalRd',
'@example',
'@examples',
'@export',
'@exportClass', '@exportClass',
'@exportMethod', '@exportMethod',
'@exportPattern', '@exportPattern',
'@export', '@family',
'@field',
'@formals', '@formals',
'@format', '@format',
'@import',
'@importClassesFrom', '@importClassesFrom',
'@importFrom', '@importFrom',
'@importMethodsFrom', '@importMethodsFrom',
'@import', '@include',
'@inherit',
'@inheritDotParams',
'@inheritParams',
'@inheritSection',
'@keywords', '@keywords',
'@md',
'@method', '@method',
'@nord', '@name',
'@noMd',
'@noRd',
'@note', '@note',
'@param',
'@rawNamespace',
'@rawRd',
'@rdname',
'@references', '@references',
'@return',
'@S3method',
'@section',
'@seealso', '@seealso',
'@setClass', '@setClass',
'@slot', '@slot',
'@source', '@source',
'@template',
'@templateVar',
'@title', '@title',
'@usage' '@TODO',
'@usage',
'@useDynLib'
], ],
constants: [ constants: [