man-roxygen/operators.R

#' @name <%=name%>
#' @rdname <%=name%>
#' @title <%=name%> Operator
#' @param x,y [Set]
#' @description Operator for `$<%=name%>` methods. See [Set]`$<%=name%>` for full details.
#' Operators can be used for:
#' \tabular{lll}{
#' **Name** \tab **Description** \tab **Operator** \cr
#' <%= if(exists("op1")) op1%>
#' <%= if(exists("op2")) op2%>
#' <%= if(exists("op3")) op3%>
#' <%= if(exists("op4")) op4%>
#' }
xoopR/set6 documentation built on Sept. 2, 2023, 4:45 a.m.