roxy_tag() is the constructor for tag objects.
roxy_tag_warning() generates a warning that gives the location of the tag.
roxy_tag(tag, raw, val = NULL, file = NA_character_, line = NA_integer_) roxy_tag_parse(x) roxy_tag_warning(x, ...)
| tag | Tag name. Arguments starting with |
|---|---|
| raw | Raw tag value, a string. |
| val | Parsed tag value, typically a character vector, but sometimes
a list. Usually filled in by |
| file, line | Location of the tag |
| x | A tag |
Define a method for roxy_tag_parse to support new tags. See tag_parsers
for more details.