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', '@alias',
'@return', '@aliases',
'@name', '@assignee',
'@rdname', '@author',
'@examples', '@backref',
'@include', '@callGraph',
'@docType', '@callGraphDepth',
'@S3method', '@callGraphPrimitives',
'@TODO', '@concept',
'@aliases', '@describeIn',
'@alias', '@description',
'@assignee', '@details',
'@author', '@docType',
'@callGraphDepth', '@encoding',
'@callGraph', '@evalNamespace',
'@callGraphPrimitives', '@evalRd',
'@concept', '@example',
'@exportClass', '@examples',
'@exportMethod', '@export',
'@exportPattern', '@exportClass',
'@export', '@exportMethod',
'@formals', '@exportPattern',
'@format', '@family',
'@importClassesFrom', '@field',
'@importFrom', '@formals',
'@importMethodsFrom', '@format',
'@import', '@import',
'@keywords', '@importClassesFrom',
'@method', '@importFrom',
'@nord', '@importMethodsFrom',
'@note', '@include',
'@references', '@inherit',
'@seealso', '@inheritDotParams',
'@setClass', '@inheritParams',
'@slot', '@inheritSection',
'@source', '@keywords',
'@title', '@md',
'@usage' '@method',
'@name',
'@noMd',
'@noRd',
'@note',
'@param',
'@rawNamespace',
'@rawRd',
'@rdname',
'@references',
'@return',
'@S3method',
'@section',
'@seealso',
'@setClass',
'@slot',
'@source',
'@template',
'@templateVar',
'@title',
'@TODO',
'@usage',
'@useDynLib'
], ],
constants: [ constants: [