Remove immediately adjacent repeated words ("the the", "for for", "an an", etc.).

This commit is contained in:
practicalswift
2015-12-21 17:14:39 +01:00
parent 35ceb6faa8
commit 36d7072013
53 changed files with 66 additions and 66 deletions

View File

@@ -77,7 +77,7 @@ void ClassHierarchyAnalysis::init() {
/// \brief Get all subclasses of a given class.
/// Does not include any direct subclasses of given base class.
///
/// \p Base base class, whose direct subclasses are to be excluded
/// \p Base class, whose direct subclasses are to be excluded
/// \p Current class, whose direct and indirect subclasses are
/// to be collected.
/// \p IndirectSubs placeholder for collected results