File: cppcheck-htmlreport.1.in

package info (click to toggle)
cppcheck 2.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,132 kB
  • sloc: cpp: 268,935; python: 20,890; ansic: 8,090; sh: 1,045; makefile: 1,008; xml: 1,005; 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)