mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove immediately adjacent repeated words ("the the", "for for", "an an", etc.).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user