[Roxygen-commits] r101 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jul 27 04:28:15 CEST 2008


Author: pcd
Date: 2008-07-27 04:28:14 +0200 (Sun, 27 Jul 2008)
New Revision: 101

Modified:
   pkg/R/Rd.R
Log:
invisible note


Modified: pkg/R/Rd.R
===================================================================
--- pkg/R/Rd.R	2008-07-27 02:28:02 UTC (rev 100)
+++ pkg/R/Rd.R	2008-07-27 02:28:14 UTC (rev 101)
@@ -149,6 +149,7 @@
   is.null.statement <- function(source.line)
     length(grep(NULL.STATEMENT, source.line) > 0)
 
+  #' @note Doesn't work recursively!
   de.tex <- function(string)
     gsub('\\\\[^{]*\\{([^}]*)(}|)',
          '\\1',



More information about the Roxygen-commits mailing list