doxy_edit: Edits an existing Doxyfile

Description Usage Arguments Value

Description

Changes options in doxygen config files.

Usage

1
2
doxy_edit(pkg = ".", doxyfile = "inst/doxygen/Doxyfile",
  options = c())

Arguments

pkg

A string with the path to any subfolder of the R package root directory. Default: ".".

doxyfile

A string with the path to the Doxyfile relative to the package root folder indicated by pkg. Default: "inst/doxygen/Doxyfile".

options

A named vector with new settings. The names represent the tags. A list of options can be found here: http://www.doxygen.nl/manual/config.html.

Value

NULL


nevrome/rdoxygen documentation built on Sept. 5, 2019, 3:12 p.m.