From f5ce01ae885f7a93b5f1a4ac30e4abeaaa233f7e Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 8 Nov 2012 10:42:28 -0800 Subject: Fix a doxygen bug found by clang's -Wdocumentation. (That found one more issue, but I think that might be a bug in -Wdocumentation, http://llvm.org/PR14295.) --- src/build.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build.h b/src/build.h index 8876d88..5b05601 100644 --- a/src/build.h +++ b/src/build.h @@ -175,7 +175,7 @@ struct BuildStatus { /// Format the progress status string by replacing the placeholders. /// See the user manual for more information about the available /// placeholders. - /// @param progress_status_format_ The format of the progress status. + /// @param progress_status_format The format of the progress status. string FormatProgressStatus(const char* progress_status_format) const; private: -- cgit v0.12