[Roxygen-commits] r142 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jul 30 17:29:26 CEST 2008


Author: pcd
Date: 2008-07-30 17:29:26 +0200 (Wed, 30 Jul 2008)
New Revision: 142

Modified:
   pkg/R/Rd.R
Log:
grammatical kleinigkeiten; todo -> TODO


Modified: pkg/R/Rd.R
===================================================================
--- pkg/R/Rd.R	2008-07-30 15:29:16 UTC (rev 141)
+++ pkg/R/Rd.R	2008-07-30 15:29:26 UTC (rev 142)
@@ -29,7 +29,7 @@
 #' \code{@@return} \tab \code{\\value}\cr
 #' \code{@@seealso} \tab \code{\\seealso}\cr
 #' \code{@@title} \tab \code{\\title}\cr
-#' \code{@@todo} \tab \emph{n/a}\cr
+#' \code{@@TODO} \tab \emph{n/a}\cr
 #' \code{@@usage} \tab \code{\\usage}\cr
 #' }
 #'
@@ -75,7 +75,7 @@
 #'                       In the absence of a description, the title becomes
 #'                       the \code{@@name} or assignee; lastly, it can be
 #'                       overridden with \code{@@title}.}
-#' \item{\code{@@todo}}{Note to developers to get off their asses.}
+#' \item{\code{@@TODO}}{Note to developers to get off their asses.}
 #' \item{\code{@@usage}}{A default usage is construed from a function's formals,
 #'                       but can be overridden with \code{@@usage} (e.g. in the case
 #'                       of multiple functions in one Rd unit).}
@@ -89,15 +89,15 @@
 #' @examples
 #' #' This sentence describes the function.
 #' #'
-#' #' Here are the details (notice the blank line);
-#' #' the name, title, usage and alias will be
+#' #' Here are the details (notice the preceding blank
+#' #' line); the name, title, usage and alias will be
 #' #' automatically generated.
 #' #'
 #' #' @@param a a parameter
 #' #' @@return NULL
 #' f <- function(a=1) NULL
 #'
-#' #' S3 function's require a @@method tag for
+#' #' S3 functions require a @@method tag for
 #' #' the time being.
 #' #'
 #' #' @@method specialize foo



More information about the Roxygen-commits mailing list