GUI: Update project file documentation.
Remove mentioning of automatic loading which was disabled in previous commit.
This commit is contained in:
parent
a7b06d9b7e
commit
fe4086f118
|
@ -4,10 +4,6 @@ Project files
|
||||||
cppcheck GUI handles per-project settings in project files instead of global
|
cppcheck GUI handles per-project settings in project files instead of global
|
||||||
program settings. This allows customizing cppcheck for each project's needs.
|
program settings. This allows customizing cppcheck for each project's needs.
|
||||||
|
|
||||||
The cppcheck automatically loads a project file which has same name than
|
|
||||||
selected directory and extension ".cppcheck". For example in "gui"-directory
|
|
||||||
cppcheck loads "gui.cppcheck" project file.
|
|
||||||
|
|
||||||
The project file is simple XML file easy to edit with your favourite editor
|
The project file is simple XML file easy to edit with your favourite editor
|
||||||
program. The format is:
|
program. The format is:
|
||||||
|
|
||||||
|
@ -48,4 +44,6 @@ where:
|
||||||
- ignore element contains list of paths to ignore. The path can be a
|
- ignore element contains list of paths to ignore. The path can be a
|
||||||
directory (must end with path separator) or file.
|
directory (must end with path separator) or file.
|
||||||
|
|
||||||
See also gui.cppcheck file in gui-directory of cppcheck sources.
|
For real life examples see the cppcheck.cppcheck-file in the Cppcheck sources
|
||||||
|
root-directory or gui.cppcheck file in gui-directory.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue