manual: removed appendix. That info are available in separate articles.
This commit is contained in:
parent
0b09732881
commit
bc69881607
|
@ -1,11 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
||||||
<!ENTITY writing-rules-1 SYSTEM "writing-rules-1.docbook">
|
|
||||||
<!ENTITY writing-rules-2 SYSTEM "writing-rules-2.docbook">
|
|
||||||
<!ENTITY writing-rules-3 SYSTEM "writing-rules-3.docbook">
|
|
||||||
<!ENTITY cppcheck-design SYSTEM "cppcheck-design.docbook">
|
|
||||||
]>
|
|
||||||
<book>
|
<book>
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
<title>Cppcheck 1.51</title>
|
<title>Cppcheck 1.51</title>
|
||||||
|
@ -693,23 +688,5 @@ htmlreport/cppcheck-htmlreport --file=err.xml --report-dir=test1 --source-dir=.<
|
||||||
So only provide preprocessor defines if you want to limit the checking.</para>
|
So only provide preprocessor defines if you want to limit the checking.</para>
|
||||||
</section>
|
</section>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
<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>
|
|
||||||
&writing-rules-1;
|
|
||||||
&writing-rules-2;
|
|
||||||
&writing-rules-3;
|
|
||||||
</appendix>
|
|
||||||
|
|
||||||
&cppcheck-design;
|
|
||||||
</book>
|
</book>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue