mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 02:24:22 +00:00
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:
@ -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_);
|
||||
|
Reference in New Issue
Block a user