GenerationContext-class: Generation Context

Description Usage Arguments Value Information Classification Author(s) See Also Examples

Description

Environment class GenerationContext. Defines and eases generation context management.

Usage

1
2
3
4
5
GenerationContext(targetFolder_s_1 = tempdir(),
                  overwrite_b_1 = FALSE,
                  verbosity_b_1 = FALSE,
                  useMarkers_b_1 = FALSE
)

Arguments

targetFolder_s_1

The target folder to store produced manual pages. Must exist.

overwrite_b_1

A single boolean value, allowing to overwrite an existing manual page.

verbosity_b_1

The verbosity flag. Turn on for interactive use. Keep off for programmatic usage.

useMarkers_b_1

A single boolean value, specifying if sections should be generated with special markers whenever possible.

Value

An object instance of class GenerationContext.

Information

Environment fields

overwrite_b_1 logical
self environment
targetFolder_s_1 character
useMarkers_b_1 logical
verbosity_b_1 logical

offensive programming - semantic naming

Class name compliance is TRUE.

offensive programming - function return types

Class owns no function return type instrumentation.

offensive programming - test case definitions

Class owns no test case definitions.

Classification

STRATUM ▶ CORE

PHASING ▶ BUILD

INTENT ▶ CONTENT_GENERATION

Author(s)

Fabien Gelineau <neonira@gmail.com>

Maintainer: Fabien Gelineau <neonira@gmail.com>

See Also

Class InputContext class ProcessingContext class and class ManualPageBuilder.

Examples

1
2
3
GenerationContext()

GenerationContext(overwrite = TRUE, verbosity = TRUE)

neonira/wyz.code.rdoc documentation built on Feb. 19, 2020, 12:47 p.m.