Manual: Move "Writing Cppcheck rules" author to the beginning of the appendix
This commit is contained in:
parent
364900c5c0
commit
a02d6b4619
|
@ -627,6 +627,16 @@ htmlreport/cppcheck-htmlreport --file=err.xml --report-dir=test1 --source-dir=.<
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
<appendix>
|
<appendix>
|
||||||
|
<info>
|
||||||
|
<author>
|
||||||
|
<firstname>Daniel</firstname>
|
||||||
|
<surname>Marjamäki</surname>
|
||||||
|
<affiliation>
|
||||||
|
<orgname>Cppcheck</orgname>
|
||||||
|
</affiliation>
|
||||||
|
</author>
|
||||||
|
<pubdate>2010-2011</pubdate>
|
||||||
|
</info>
|
||||||
<title>Writing Cppcheck rules</title>
|
<title>Writing Cppcheck rules</title>
|
||||||
&writing-rules-1;
|
&writing-rules-1;
|
||||||
&writing-rules-2;
|
&writing-rules-2;
|
||||||
|
|
|
@ -1,20 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<section>
|
<section>
|
||||||
<info>
|
<title>Part 1 - Getting started</title>
|
||||||
<title>Part 1 - Getting started</title>
|
|
||||||
|
|
||||||
<author>
|
|
||||||
<firstname>Daniel</firstname>
|
|
||||||
|
|
||||||
<surname>Marjamäki</surname>
|
|
||||||
|
|
||||||
<affiliation>
|
|
||||||
<orgname>Cppcheck</orgname>
|
|
||||||
</affiliation>
|
|
||||||
</author>
|
|
||||||
|
|
||||||
<pubdate>2010</pubdate>
|
|
||||||
</info>
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>Introduction</title>
|
<title>Introduction</title>
|
||||||
|
|
|
@ -1,20 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<section>
|
<section>
|
||||||
<info>
|
<title>Part 2 - The Cppcheck data representation</title>
|
||||||
<title>Part 2 - The Cppcheck data representation</title>
|
|
||||||
|
|
||||||
<author>
|
|
||||||
<firstname>Daniel</firstname>
|
|
||||||
|
|
||||||
<surname>Marjamäki</surname>
|
|
||||||
|
|
||||||
<affiliation>
|
|
||||||
<orgname>Cppcheck</orgname>
|
|
||||||
</affiliation>
|
|
||||||
</author>
|
|
||||||
|
|
||||||
<pubdate>2010</pubdate>
|
|
||||||
</info>
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>Introduction</title>
|
<title>Introduction</title>
|
||||||
|
|
|
@ -1,18 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<section>
|
<section>
|
||||||
<info>
|
<title>Part 3 - Introduction to writing rules with C++</title>
|
||||||
<title>Part 3 - Introduction to writing rules with C++</title>
|
|
||||||
|
|
||||||
<author>
|
|
||||||
<personname><firstname>Daniel</firstname><surname>Marjamäki</surname></personname>
|
|
||||||
|
|
||||||
<affiliation>
|
|
||||||
<orgname>Cppcheck</orgname>
|
|
||||||
</affiliation>
|
|
||||||
</author>
|
|
||||||
|
|
||||||
<pubdate>2011</pubdate>
|
|
||||||
</info>
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>Introduction</title>
|
<title>Introduction</title>
|
||||||
|
|
Loading…
Reference in New Issue