forked from catchorg/Catch2
Fix doccomment on shouldShowDuration reporter helper
This commit is contained in:
@ -12,7 +12,7 @@ namespace Catch {
|
||||
// Returns double formatted as %.3f (format expected on output)
|
||||
std::string getFormattedDuration( double duration );
|
||||
|
||||
//! Should the reporter show
|
||||
//! Should the reporter show duration of test given current configuration?
|
||||
bool shouldShowDuration( IConfig const& config, double duration );
|
||||
|
||||
std::string serializeFilters( std::vector<std::string> const& filters );
|
||||
|
Reference in New Issue
Block a user