diff --git a/gui/help/buildhelp.bat b/gui/help/buildhelp.bat index 0a3126b8a..92e546dd9 100644 --- a/gui/help/buildhelp.bat +++ b/gui/help/buildhelp.bat @@ -4,4 +4,4 @@ pushd %~dp0 if exist online-help.qhc del online-help.qhc if exist online-help.qch del online-help.qch -qcollectiongenerator online-help.qhcp -o online-help.qhc +qcollectiongenerator online-help.qhcp -o online-help.qhc diff --git a/gui/help/manual.html b/gui/help/manual.html index 4f1164ce6..0d32b5959 100644 --- a/gui/help/manual.html +++ b/gui/help/manual.html @@ -551,7 +551,7 @@ CLASS="programlisting" CLASS="programlisting" ><?xml version="1.0"?> <results> - <error file="file1.cpp" line="123" id="someError" + <error file="file1.cpp" line="123" id="someError" severity="error" msg="some error text"/> </results>

Usage: cppcheck-htmlreport [options] Options: - -h, --help show this help message and exit - --file=FILE The cppcheck xml output file to read defects from. - Default is reading from stdin. - --report-dir=REPORT_DIR + -h, --help show this help message and exit + --file=FILE The cppcheck xml output file to read defects from. + Default is reading from stdin. + --report-dir=REPORT_DIR The directory where the html report content is written. --source-dir=SOURCE_DIR Base directory where source code files can be found. 0) { - Variables::VariableUsage *var = variables.find(varid); + Variables::VariableUsage *var = variables.find(varid); if (type == Variables::pointer) { variables.use(tok->tokAt(4)->varId());