File: cppcheck-htmlreport.1.in

package info (click to toggle)
cppcheck 2.17.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 25,384 kB
  • sloc: cpp: 263,341; python: 19,737; ansic: 7,953; sh: 1,018; makefile: 996; xml: 994; cs: 291
file content (29 lines) | stat: -rw-r--r-- 781 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.TH CPPCHECK-HTMLREPORT "1" "September 2015" "cppcheck-htmlreport 1.70" "User Commands"
.SH NAME
cppcheck-htmlreport \- HTML report generator for cppcheck
.SH SYNOPSIS
.B cppcheck-htmlreport
[\fI\,options\/\fR]
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
Show this help message and exit.
.TP
\fB\-\-title\fR=\fI\,TITLE\/\fR
The title of the project.
.TP
\fB\-\-file\fR=\fI\,FILE\/\fR
The cppcheck xml output file to read defects from.
Default is reading from stdin.
.TP
\fB\-\-report\-dir\fR=\fI\,REPORT_DIR\/\fR
The directory where the HTML report content is
written.
.TP
\fB\-\-source\-dir\fR=\fI\,SOURCE_DIR\/\fR
Base directory where source code files can be found.
.TP
\fB\-\-source\-encoding\fR=\fI\,SOURCE_ENCODING\/\fR
Encoding of source code.
.SH "SEE ALSO"
.BR cppcheck (1)