From 1fc94ee30c3c8b022475c1a41f4649d6db50f272 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 22 Nov 2024 16:25:01 +0100 Subject: build_utils: fix doc string When the signature changed in df4ac66b272d1e26df42855143dda79fc268b558, the doc string should have been adapted as well. Do this now. --- src/buildtool/main/build_utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/buildtool/main/build_utils.hpp b/src/buildtool/main/build_utils.hpp index 8e971b15..633d6d7e 100644 --- a/src/buildtool/main/build_utils.hpp +++ b/src/buildtool/main/build_utils.hpp @@ -81,7 +81,7 @@ static const std::function }; /// \brief Write the target cache entries resulting after a build. -/// \param strict_logging Bump warnings to actual errors. +/// \param log_level the level at which to report failure void WriteTargetCacheEntries( std::unordered_map const& cache_targets, std::unordered_map const& -- cgit v1.2.3