Skip to content

Latest commit

 

History

History
83 lines (47 loc) · 1.88 KB

File metadata and controls

83 lines (47 loc) · 1.88 KB

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.