Creates a Makefile comment

Usage

make_comment(...)

Arguments

...
[character] Comments without leading hash #

Value

An object of class MakefileR_comment

Description

For helping the reader understand what's happening

Details

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

Examples

make_comment("This is a comment")
# This is a comment

See also

Other items: make_def, make_group, make_rule, make_text