doxy_edit {rdoxygen}R Documentation

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


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

## End(Not run)


[Package rdoxygen version 1.0.0 Index]