Notes commands.
This directory contains make
rules for enumerating file annotations, such as todos, warnings, and fixmes.
Usage: make <command> [<ENV_VAR>=<value> <ENV_VAR>=<value> ...]
Searches for annotated comments.
$ make notes
The command supports the following environment variables:
- KEYWORDS: pipe-delimited list of keywords identifying annotations; e.g.,
TODO|FIXME|WARNING|HACK|NOTE|OPTIMIZE
.
Annotated comments will be output along with their associated filename and line number.