doxy_edit {rdoxygen} | R Documentation |
Changes options in doxygen config files.
doxy_edit(pathToDoxyfile = "./inst/doxygen/Doxyfile", options = c())
pathToDoxyfile |
A string with the relative path to the Doxyfile. Default: "./inst/doxygen/Doxyfile" |
options |
A named vector with new settings. The names represent the tags. A list of options can be found here: https://www.stack.nl/~dimitri/doxygen/manual/config.html |
## Not run:
doxy_edit(options = c("EXTRACT_PRIVATE" = "YES"))
## End(Not run)