diff --git a/cli/filelister.h b/cli/filelister.h index 6d5cbbe2c..27a477a98 100644 --- a/cli/filelister.h +++ b/cli/filelister.h @@ -61,7 +61,7 @@ public: * @param files output map that associates the size of each file with its name * @param path root path * @param extra Extra file extensions - * @param extra recursive Enable recursion + * @param recursive Enable recursion */ static void addFiles(std::map &files, const std::string &path, const std::set &extra, bool recursive); diff --git a/man/manual.docbook b/man/manual.docbook index 56d722072..c4b65fa65 100644 --- a/man/manual.docbook +++ b/man/manual.docbook @@ -1183,7 +1183,7 @@ Checking unusedvar.cpp... To get started writing rules, see the related articles here: - http://sourceforge.net/projects/cppcheck/files/Articles/ + http://sourceforge.net/projects/cppcheck/files/Articles/ The file format for rules is: @@ -1291,7 +1291,7 @@ Checking unusedvar.cpp... for instance Python. The cppcheckdata.py module - (http://github.com/danmar/cppcheck/blob/master/tools/cppcheckdata.py) + (http://github.com/danmar/cppcheck/blob/master/tools/cppcheckdata.py) allows you to load such dump file. It contains Token/Variable/ValueFlow.Value/Scope classes that are similar to the C++ classes in