[rkward-cvs] SF.net SVN: rkward-code:[4557] trunk/rkward/packages/rkwarddev
m-eik at users.sf.net
m-eik at users.sf.net
Fri Feb 22 20:44:43 UTC 2013
Revision: 4557
http://sourceforge.net/p/rkward/code/4557
Author: m-eik
Date: 2013-02-22 20:44:43 +0000 (Fri, 22 Feb 2013)
Log Message:
-----------
rkwarddev: typo & markup
Modified Paths:
--------------
trunk/rkward/packages/rkwarddev/R/rk-internal.R
trunk/rkward/packages/rkwarddev/R/rk.XML.optionset.R
trunk/rkward/packages/rkwarddev/man/rk.XML.optionset.Rd
Modified: trunk/rkward/packages/rkwarddev/R/rk-internal.R
===================================================================
--- trunk/rkward/packages/rkwarddev/R/rk-internal.R 2013-02-22 20:38:56 UTC (rev 4556)
+++ trunk/rkward/packages/rkwarddev/R/rk-internal.R 2013-02-22 20:44:43 UTC (rev 4557)
@@ -158,7 +158,7 @@
this.tag.name <- XMLName(this.tag)
this.tag.id.abbrev <- this.tag.id <- XMLAttrs(this.tag)["id"]
# take care of one special case: optionsets
- # the need the set ID to access the value from the dialog,
+ # they need the set ID to access the value from the dialog,
# but to be able to use only the optioncolumn in rkwaddev scripts
# as reference, the JavaScript variable must be generated from the
# column ID alone.
Modified: trunk/rkward/packages/rkwarddev/R/rk.XML.optionset.R
===================================================================
--- trunk/rkward/packages/rkwarddev/R/rk.XML.optionset.R 2013-02-22 20:38:56 UTC (rev 4556)
+++ trunk/rkward/packages/rkwarddev/R/rk.XML.optionset.R 2013-02-22 20:44:43 UTC (rev 4557)
@@ -9,7 +9,7 @@
#' @note The \code{<optionset>} node was introduced with RKWard 0.6.1, please set the dependencies
#' of your component/plugin accordingly.
#'
-#' @param content A list of XiMpLe.nodes to be placed inside the <content> node of this <optionset>.
+#' @param content A list of XiMpLe.nodes to be placed inside the \code{<content>} node of this \code{<optionset>}.
#' @param optioncolumn A list of \code{<optioncolumn>} XiMpLe.nodes.
#' @param min_rows Numeric (integer), if specified, the set will be marked invalid, unless it has
#' at least this number of rows. Ignored if set to 0.
Modified: trunk/rkward/packages/rkwarddev/man/rk.XML.optionset.Rd
===================================================================
--- trunk/rkward/packages/rkwarddev/man/rk.XML.optionset.Rd 2013-02-22 20:38:56 UTC (rev 4556)
+++ trunk/rkward/packages/rkwarddev/man/rk.XML.optionset.Rd 2013-02-22 20:44:43 UTC (rev 4557)
@@ -8,7 +8,7 @@
}
\arguments{
\item{content}{A list of XiMpLe.nodes to be placed inside
- the <content> node of this <optionset>.}
+ the \code{<content>} node of this \code{<optionset>}.}
\item{optioncolumn}{A list of \code{<optioncolumn>}
XiMpLe.nodes.}
More information about the rkward-tracker
mailing list