forked from OSchip/llvm-project
[clang-format] Add @private to the list of jsdoc annotations
Reviewers: mprobst Reviewed By: mprobst Subscribers: acoomans, cfe-commits Differential Revision: https://reviews.llvm.org/D50138 llvm-svn: 338519
This commit is contained in:
parent
8801678979
commit
186478d8e2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue