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

@@ -537,4 +537,4 @@ void generator::generate(std::ostream &ostr) const
ostr << "@enduml" << '\n';
}
}
} // namespace clanguml::class_diagram::generators::plantuml

View File

@@ -81,7 +81,7 @@ private:
std::string render_name(std::string name) const;
};
}
}
}
}
} // namespace plantuml
} // namespace generators
} // namespace class_diagram
} // namespace clanguml