doxy_edit: Edits an existing Doxyfile

Description Usage Arguments Examples

Description

Changes options in doxygen config files.

Usage

1
doxy_edit(pathToDoxyfile = "./inst/doxygen/Doxyfile", options = c())

Arguments

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

Examples

1
2
3
4
## Not run: 
doxy_edit(options = c("EXTRACT_PRIVATE" = "YES"))

## End(Not run)

rdoxygen documentation built on May 2, 2019, 11:04 a.m.