summaryrefslogtreecommitdiffstats
path: root/src/build.h
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2012-11-08 18:42:28 (GMT)
committerNico Weber <nicolasweber@gmx.de>2012-11-08 18:42:28 (GMT)
commitf5ce01ae885f7a93b5f1a4ac30e4abeaaa233f7e (patch)
tree27cd715920d6136477d35c443c64fbafee196802 /src/build.h
parent93e509469953a90f31afc838536b82568da397b2 (diff)
downloadNinja-f5ce01ae885f7a93b5f1a4ac30e4abeaaa233f7e.zip
Ninja-f5ce01ae885f7a93b5f1a4ac30e4abeaaa233f7e.tar.gz
Ninja-f5ce01ae885f7a93b5f1a4ac30e4abeaaa233f7e.tar.bz2
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.)
Diffstat (limited to 'src/build.h')
-rw-r--r--src/build.h2
1 files changed, 1 insertions, 1 deletions
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: