make_comment: Creates a Makefile comment

Description Usage Arguments Details Value References See Also Examples

Description

For helping the reader understand what's happening

Usage

1

Arguments

...

[character]
Comments without leading hash #

Details

Use the c function or the + operator to append comments to groups and Makefiles.

Value

An object of class MakefileR_comment

References

https://www.gnu.org/software/make/manual/

See Also

Other items: make_def, make_group, make_rule, make_text

Examples

1
make_comment("This is a comment")

MakefileR documentation built on May 1, 2019, 10:30 p.m.