GUI: Update project file documentation.

Remove mentioning of automatic loading which was disabled in
previous commit.
This commit is contained in:
Kimmo Varis 2011-05-12 14:09:51 +03:00
parent a7b06d9b7e
commit fe4086f118
1 changed files with 3 additions and 5 deletions

View File

@ -4,10 +4,6 @@ Project files
cppcheck GUI handles per-project settings in project files instead of global
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
program. The format is:
@ -48,4 +44,6 @@ where:
- ignore element contains list of paths to ignore. The path can be a
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.