Use of `@return` is not appropriate for a function with a void return type.

The comment for this declaration causes a warning with -Wdocumentation:
Invalid @return in documentation comment SetCollectingStats() in
SBTarget.h.

llvm-svn: 353752
This commit is contained in:
Jonas Devlieghere 2019-02-11 21:43:18 +00:00
parent 031fe10927
commit 31ad39c51f
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ public:
///
/// @param[in] v
/// A boolean to control the collection.
/// @return
/// void
//------------------------------------------------------------------
void SetCollectingStats(bool v);