make.roclet {roxygen} | R Documentation |
Abstract roclet that serves as a rudimentary API.
make.roclet(parse.default, pre.parse, post.parse, pre.files, post.files)
parse.default |
the default parser taking key
and value |
pre.parse |
a callback function taking a list of parsed elements; called before processing a file |
post.parse |
a callback function taking a list of parsed elements; called after processing a file |
pre.files |
a callback function with no arguments; called before any file has been parsed |
post.files |
a callback function with no arguments; called after every file has been parsed |
Contains the following member functions:
key
and parser
parser
and keys
key
parsers