make.roclet {roxygen}R Documentation

Abstract roclet that serves as a rudimentary API.

Description

Abstract roclet that serves as a rudimentary API.

Usage

make.roclet(parse.default, pre.parse, post.parse, pre.files,
    post.files)

Arguments

parse.default the default parser taking key and value
pre.parse a callback function taking a list of parsed elements; called before processing a file
post.parse a callback function taking a list of parsed elements; called after processing a file
pre.files a callback function with no arguments; called before any file has been parsed
post.files a callback function with no arguments; called after every file has been parsed

Details

Contains the following member functions:


[Package roxygen version 0.1 Index]