mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-05 21:59:54 +01:00
Fix doccomment on shouldShowDuration reporter helper
This commit is contained in:
parent
33ad1ee2ac
commit
c26693df23
@ -12,7 +12,7 @@ namespace Catch {
|
|||||||
// Returns double formatted as %.3f (format expected on output)
|
// Returns double formatted as %.3f (format expected on output)
|
||||||
std::string getFormattedDuration( double duration );
|
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 );
|
bool shouldShowDuration( IConfig const& config, double duration );
|
||||||
|
|
||||||
std::string serializeFilters( std::vector<std::string> const& filters );
|
std::string serializeFilters( std::vector<std::string> const& filters );
|
||||||
|
Loading…
Reference in New Issue
Block a user