make_comment {MakefileR}R Documentation

Creates a Makefile comment

Description

For helping the reader understand what's happening

Usage

make_comment(...)

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

make_comment("This is a comment")


[Package MakefileR version 1.0 Index]