Fix -Wdocumentation warning. NFCI.

llvm-svn: 356543
This commit is contained in:
Simon Pilgrim 2019-03-20 10:28:08 +00:00
parent ba92e9bb11
commit d4c80012c0
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ CharSourceRange getExtendedRange(const T &Node, tok::TokenKind Next,
/// if (!x) return foo();
/// // S2:
/// if (!x) { return 3; }
// }
/// }
/// \endcode
/// then
/// \code