File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments