Learn R Programming

rdoxygen (version 1.0.0)

doxy_edit: Edits an existing Doxyfile

Description

Changes options in doxygen config files.

Usage

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

Run this code

## Not run: ------------------------------------
# doxy_edit(options = c("EXTRACT_PRIVATE" = "YES"))
## ---------------------------------------------

Run the code above in your browser using DataLab