cmake-annotate(1) | General Commands Manual | cmake-annotate(1) |
cmake-annotate - Parse cmake listfiles and re-emit them with semantic annotations in HTML.
cmake-annotate [-h] [--format {page,stub}] [-o OUTFILE_PATH] [-c CONFIG_FILE] infilepath [infilepath ...]
Parse cmake listfiles and re-emit them with semantic annotations in HTML.
Some options regarding parsing are configurable by providing a
configuration
file. The configuration file format is the same as that used by cmake-format,
and the same file can be used for both programs.
cmake-format can spit out the default configuration for you as
starting point
for customization. Run with `--dump-config [yaml|json|python]`.
cmake-annotate was written by Josh Bialkowski <josh.bialkowski@gmail.com>.
The latest version of cmake-annotate may be downloaded from https://github.com/cheshirekow/cmake_format
Manual |