Applied google-readability-namespace-comments clang-tidy fixes

This commit is contained in:
Bartek Kryza
2022-12-20 21:57:06 +01:00
parent e8909c6fc1
commit f2760a5e21
124 changed files with 228 additions and 180 deletions

View File

@@ -223,4 +223,4 @@ void clang_visitor::visit_paragraph(
}
}
}
} // namespace clanguml::common::visitor::comment

View File

@@ -51,4 +51,4 @@ private:
void visit_paragraph(const clang::comments::ParagraphComment *paragraph,
const clang::comments::CommandTraits &traits, std::string &text);
};
}
} // namespace clanguml::common::visitor::comment

View File

@@ -30,4 +30,4 @@ clang::SourceManager &comment_visitor::source_manager()
return source_manager_;
}
}
} // namespace clanguml::common::visitor::comment

View File

@@ -38,4 +38,4 @@ public:
private:
clang::SourceManager &source_manager_;
};
}
} // namespace clanguml::common::visitor::comment

View File

@@ -47,4 +47,4 @@ void plain_visitor::visit(
e.set_comment(cmt);
}
}
} // namespace clanguml::common::visitor::comment

View File

@@ -86,4 +86,4 @@ void translation_unit_visitor::set_source_location(
}
}
}
} // namespace clanguml::common::visitor

View File

@@ -104,4 +104,4 @@ private:
std::unique_ptr<comment::comment_visitor> comment_visitor_;
};
}
} // namespace clanguml::common::visitor