forked from OSchip/llvm-project
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:
parent
031fe10927
commit
31ad39c51f
|
@ -75,8 +75,6 @@ public:
|
|||
///
|
||||
/// @param[in] v
|
||||
/// A boolean to control the collection.
|
||||
/// @return
|
||||
/// void
|
||||
//------------------------------------------------------------------
|
||||
void SetCollectingStats(bool v);
|
||||
|
||||
|
|
Loading…
Reference in New Issue