roclet: Build a new roclet.

Description Usage

Description

To create a new roclet, you will need to create a constructor function that wraps roclet, and then implement methods for roclet_tags, roclet_process, roclet_output, and roclet_clean.

Usage

1
2
3
4
5
6
7
8
9
roclet(subclass, ...)

roclet_output(x, results, base_path, ...)

roclet_tags(x)

roclet_process(x, parsed, base_path, global_options = list())

roclet_clean(x, base_path)

klmr/roxydoxy documentation built on May 20, 2019, 4:09 p.m.