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