[Rcpp-commits] r532 - pkg/src/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jan 31 20:06:12 CET 2010


Author: edd
Date: 2010-01-31 20:06:12 +0100 (Sun, 31 Jan 2010)
New Revision: 532

Modified:
   pkg/src/Rcpp/Language.h
Log:
remove \example tag here


Modified: pkg/src/Rcpp/Language.h
===================================================================
--- pkg/src/Rcpp/Language.h	2010-01-31 19:05:39 UTC (rev 531)
+++ pkg/src/Rcpp/Language.h	2010-01-31 19:06:12 UTC (rev 532)
@@ -86,7 +86,7 @@
 	 *        argument must be wrappable, meaning there need to be 
 	 *        a wrap function that takes this type as its parameter
 	 * 
-	 * @example Language( "rnorm", 10, 0.0 ) 
+	 * For example, Language( "rnorm", 10, 0.0 ) 
 	 * will create the same call as 
 	 * > call( "rnorm", 10L, 0.0 )
 	 *



More information about the Rcpp-commits mailing list