.TH cmake-annotate "1" Manual .SH NAME cmake-annotate \- Parse cmake listfiles and re-emit them with semantic annotations in HTML. .SH SYNOPSIS .B cmake-annotate [-h] [--format {page,stub}] [-o OUTFILE_PATH] [-c CONFIG_FILE] infilepath [infilepath ...] .SH DESCRIPTION Parse cmake listfiles and re\-emit them with semantic annotations in HTML. .br .br Some options regarding parsing are configurable by providing a configuration .br file. The configuration file format is the same as that used by cmake\-format, .br and the same file can be used for both programs. .br .br cmake\-format can spit out the default configuration for you as starting point .br for customization. Run with `\-\-dump\-config [yaml|json|python]`. .SH OPTIONS .TP \fBinfilepaths\fR .TP \fB\-v\fR, \fB\-\-version\fR show program's version number and exit .TP \fB\-f\fR {page,stub,iframe}, \fB\-\-format\fR {page,stub,iframe} whether to output a standalone `page` complete with tags, or just the annotated content .TP \fB\-o\fR \fI\,OUTFILE_PATH\/\fR, \fB\-\-outfile\-path\fR \fI\,OUTFILE_PATH\/\fR Where to write the formatted file. Default is stdout. .TP \fB\-c\fR \fI\,CONFIG_FILE\/\fR, \fB\-\-config\-file\fR \fI\,CONFIG_FILE\/\fR path to configuration file .SH AUTHORS .B cmake\-annotate was written by Josh Bialkowski . .SH DISTRIBUTION The latest version of cmake\-annotate may be downloaded from .UR https://github.com/cheshirekow/cmake_format .UE