We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae2624 commit 82f564eCopy full SHA for 82f564e
1 file changed
lib/cppcheck.h
@@ -167,7 +167,7 @@ class CPPCHECKLIB CppCheck {
167
* @brief Calculate hash used to detect when a file needs to be reanalyzed.
168
*
169
* @param preprocessor Preprocessor used to calculate the hash.
170
- * @param toolinfo Token list from preprocessed file.
+ * @param tokens Token list from preprocessed file.
171
* @return hash
172
*/
173
std::size_t calculateHash(const Preprocessor &preprocessor, const simplecpp::TokenList &tokens);
0 commit comments