make.roclet: Abstract roclet that serves as a rudimentary API.

Description Usage Arguments Details

Description

Abstract roclet that serves as a rudimentary API.

Usage

1
2
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:


roxygen documentation built on May 2, 2019, 4:44 p.m.