From 4f3f36083741a8f393e441a663c6525874c2f29b Mon Sep 17 00:00:00 2001 From: stla Date: Wed, 7 Oct 2020 19:09:06 +0200 Subject: [PATCH] completed the list of roxygen tags --- src/r/r.ts | 98 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 60 insertions(+), 38 deletions(-) diff --git a/src/r/r.ts b/src/r/r.ts index dedfeda5..380bbe1e 100644 --- a/src/r/r.ts +++ b/src/r/r.ts @@ -33,44 +33,66 @@ export const language = { 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: [