summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/OperatorPrecedence.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Basic/OperatorPrecedence.h')
-rw-r--r--include/clang/Basic/OperatorPrecedence.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Basic/OperatorPrecedence.h b/include/clang/Basic/OperatorPrecedence.h
index 94978f81e5..4389e3bbd2 100644
--- a/include/clang/Basic/OperatorPrecedence.h
+++ b/include/clang/Basic/OperatorPrecedence.h
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// \brief Defines and computes precedence levels for binary/ternary operators.
+/// Defines and computes precedence levels for binary/ternary operators.
///
//===----------------------------------------------------------------------===//
@@ -44,7 +44,7 @@ namespace prec {
};
}
-/// \brief Return the precedence of the specified binary operator token.
+/// Return the precedence of the specified binary operator token.
prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
bool CPlusPlus11);