Fix an assortment of doxygen comment mistakes found by -Wdocumentation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162411 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek
2012-08-22 23:49:16 +00:00
parent 376a8a773e
commit a2ea78f132
4 changed files with 16 additions and 14 deletions

View File

@ -165,7 +165,6 @@ namespace sys {
/// Determines if two TimeValue objects represent the same moment in time.
/// @brief True iff *this == that.
/// @brief True if this == that.
int operator == (const TimeValue &that) const {
return (this->seconds_ == that.seconds_) &&
(this->nanos_ == that.nanos_);