doxy_init {rdoxygen} | R Documentation |
Creates a configuration file in inst/doxygen/ and sets a few options:
EXTRACT_ALL = YES
INPUT = src/
OUTPUT_DIRECTORY = inst/doxygen/
doxy_init(rootFolder = ".")
rootFolder |
A string with the path to the root directory of the R package. Default: "." |
## Not run:
doxy_init()
## End(Not run)