Add missing ending tag in XML example (#2187)
This commit is contained in:
parent
02953b791c
commit
38dec6a9ac
|
@ -360,7 +360,7 @@ Here is a sample report:
|
||||||
|
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<results version="2">
|
<results version="2">
|
||||||
<cppcheck version="1.66">
|
<cppcheck version="1.66"/>
|
||||||
<errors>
|
<errors>
|
||||||
<error id="someError" severity="error" msg="short error text"
|
<error id="someError" severity="error" msg="short error text"
|
||||||
verbose="long error text" inconclusive="true" cwe="312">
|
verbose="long error text" inconclusive="true" cwe="312">
|
||||||
|
|
Loading…
Reference in New Issue