summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/BreakableToken.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Format/BreakableToken.cpp')
-rw-r--r--clang/lib/Format/BreakableToken.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Format/BreakableToken.cpp b/clang/lib/Format/BreakableToken.cpp
index 4e05eb3f220..fc2f891e085 100644
--- a/clang/lib/Format/BreakableToken.cpp
+++ b/clang/lib/Format/BreakableToken.cpp
@@ -514,7 +514,7 @@ unsigned BreakableBlockComment::getContentStartColumn(unsigned LineIndex,
const llvm::StringSet<>
BreakableBlockComment::ContentIndentingJavadocAnnotations = {
"@param", "@return", "@returns", "@throws", "@type", "@template",
- "@see", "@deprecated", "@define", "@exports", "@mods",
+ "@see", "@deprecated", "@define", "@exports", "@mods", "@private",
};
unsigned BreakableBlockComment::getContentIndent(unsigned LineIndex) const {
OpenPOWER on IntegriCloud