make.Rd2.roclet {roxygen} | R Documentation |
New implementation of the Rd roclet; same functionality as the original implementation plus basic S4 handling.
make.Rd2.roclet(subdir, verbose=TRUE, exportonly=FALSE, documentedonly=TRUE)
subdir |
directory into which to place the Rd files; if
NULL , standard out. |
verbose |
whether to declare what we're doing in the subdir |
exportonly |
create Rd files only for exported "things" |
documentedonly |
create Rd files only for "things" which are documented with Roxygen |
See make.Rd.roclet
for description and available tags; new
tags are:
@nord
@rdname
@rdname
are merged into one Rd file.@slot
@slot <name>
<description>
specified.Rd roclet