Skip to content

Latest commit

 

History

History

notes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Notes

Notes commands.

This directory contains make rules for enumerating file annotations, such as todos, warnings, and fixmes.

Usage

Usage: make <command> [<ENV_VAR>=<value> <ENV_VAR>=<value> ...]

Commands

notes

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.