Fix some doxygen warnings/issues in the comments (#1537)

This commit is contained in:
Sebastian 2018-12-21 21:23:03 +01:00 committed by GitHub
parent 5be8e18d65
commit b51f19d530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -297,7 +297,7 @@ static const size_t MYSTACKSIZE = 16*1024+SIGSTKSZ; // wild guess about a reason
static char mytstack[MYSTACKSIZE]= {0}; // alternative stack for signal handler
static bool bStackBelowHeap=false; // lame attempt to locate heap vs. stack address space. See CppCheckExecutor::check_wrapper()
/*
/**
* \param[in] ptr address to be examined.
* \return true if address is supposed to be on stack (contrary to heap). If ptr is 0 false will be returned.
* If unknown better return false.

View File

@ -137,9 +137,9 @@ private:
* Wrapper around check_internal
* - installs optional platform dependent signal handling
*
* * @param cppcheck cppcheck instance
* @param argc from main()
* @param argv from main()
* @param cppcheck cppcheck instance
* @param argc from main()
* @param argv from main()
**/
int check_wrapper(CppCheck& cppcheck, int argc, const char* const argv[]);

View File

@ -208,7 +208,7 @@ public:
/**
* @brief Set list of undefines.
* @param defines List of undefines.
* @param undefines List of undefines.
*/
void setUndefines(const QStringList &undefines);

View File

@ -254,7 +254,7 @@ private:
/**
* Get the new token name.
* @param tok name token
* @param tok2 name token
* @param &typeStringsUsedInTemplateInstantiation type strings use in template instantiation
* @return new token name
*/