[ESS] PATCH additional tags for roxygen
Vinh Nguyen
vqnguyen at uci.edu
Fri Oct 29 00:06:27 CEST 2010
Sorry, @import does need a parameter. Use this patch instead:
----BEGIN PATCH----
Index: lisp/ess-custom.el
===================================================================
--- lisp/ess-custom.el (revision 4416)
+++ lisp/ess-custom.el (working copy)
@@ -636,7 +636,7 @@
;; ---- ./ess-roxy.el : ------------
-(defcustom ess-roxy-tags-noparam '("export")
+(defcustom ess-roxy-tags-noparam '("export" "nord")
"The tags used in roxygen fields that can be used alone. Used
to decide highlighting and tag completion."
:group 'ess-roxy
@@ -648,7 +648,11 @@
"name" "note" "param"
"include" "references" "return"
"seealso" "source" "docType"
- "title" "TODO" "usage")
+ "title" "TODO" "usage" "import"
+ "exportClass" "exportPattern" "S3method"
+ "importFrom" "importClassesFrom"
+ "importMethodsFrom" "useDynLib"
+ "rdname" "slot")
"The tags used in roxygen fields that require a parameter.
Used to decide highlighting and tag completion."
:group 'ess-roxy
---END PATCH----
On Thu, Oct 28, 2010 at 2:58 PM, Vinh Nguyen <vqnguyen at uci.edu> wrote:
> no parameter required:
> @import
> @nord
>
> parameter required:
> @exportClass
> @exportPattern
> @S3method
> @importFrom
> @importClassesFrom
> @importMethodsFrom
> @useDynLib
> @rdname
> @slot
More information about the ESS-help
mailing list