From fe4086f11826d619d5c94af2a0408067c02360da Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Thu, 12 May 2011 14:09:51 +0300 Subject: [PATCH] GUI: Update project file documentation. Remove mentioning of automatic loading which was disabled in previous commit. --- gui/projectfile.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gui/projectfile.txt b/gui/projectfile.txt index eed96379b..37670a6bc 100644 --- a/gui/projectfile.txt +++ b/gui/projectfile.txt @@ -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. +