Procházet zdrojové kódy

Merge pull request #114 from stla/roxygenTags

completed the list of roxygen tags
Alexandru Dima před 4 roky
rodič
revize
fd9146b41b
1 změnil soubory, kde provedl 60 přidání a 38 odebrání
  1. 60 38
      src/r/r.ts

+ 60 - 38
src/r/r.ts

@@ -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: [