Skip to content

Commit 3012bd5

Browse files
committed
Fix EOL style of project file doc and example project file.
1 parent 74263b3 commit 3012bd5

2 files changed

Lines changed: 38 additions & 38 deletions

File tree

gui/gui.cppcheck

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<?xml version="1.0"?>
2-
3-
<!-- cppcheck project file -->
4-
5-
<project version="1">
6-
<autodealloc>
7-
<class name="AboutDialog"/>
8-
<class name="FileViewDialog"/>
9-
<class name="ThreadHandler"/>
10-
</autodealloc>
11-
</project>
1+
<?xml version="1.0"?>
2+
3+
<!-- cppcheck project file -->
4+
5+
<project version="1">
6+
<autodealloc>
7+
<class name="AboutDialog"/>
8+
<class name="FileViewDialog"/>
9+
<class name="ThreadHandler"/>
10+
</autodealloc>
11+
</project>

gui/projectfile.txt

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
Project files
2-
-------------
3-
4-
cppcheck GUI handles per-project settings in project files instead of global
5-
program settings. This allows customizing cppcheck for each project's needs.
6-
7-
Currently there is no GUI to edit the project file. The cppcheck automatically
8-
loads a project file which has same name than selected directory and extension
9-
".cppcheck". For example in "gui"-directory cppcheck loads "gui.cppcheck"
10-
project file.
11-
12-
The project file is simple XML file easy to edit with your favourite editor
13-
program. The format is:
14-
15-
<?xml version="1.0"?>
16-
<project version="1">
17-
<autodealloc>
18-
<class name="MyClass"/>
19-
<class name="MyClass2"/>
20-
</autodealloc>
21-
<includedir>
22-
<dir name="c:/projects/framework/" />
23-
<dir name="c:/Program Files/Visual Studio 8/VC/include/" />
24-
</includedir>
25-
</project>
26-
27-
See also gui.cppcheck file in gui-directory of cppcheck sources.
1+
Project files
2+
-------------
3+
4+
cppcheck GUI handles per-project settings in project files instead of global
5+
program settings. This allows customizing cppcheck for each project's needs.
6+
7+
Currently there is no GUI to edit the project file. The cppcheck automatically
8+
loads a project file which has same name than selected directory and extension
9+
".cppcheck". For example in "gui"-directory cppcheck loads "gui.cppcheck"
10+
project file.
11+
12+
The project file is simple XML file easy to edit with your favourite editor
13+
program. The format is:
14+
15+
<?xml version="1.0"?>
16+
<project version="1">
17+
<autodealloc>
18+
<class name="MyClass"/>
19+
<class name="MyClass2"/>
20+
</autodealloc>
21+
<includedir>
22+
<dir name="c:/projects/framework/" />
23+
<dir name="c:/Program Files/Visual Studio 8/VC/include/" />
24+
</includedir>
25+
</project>
26+
27+
See also gui.cppcheck file in gui-directory of cppcheck sources.

0 commit comments

Comments
 (0)