Skip to content

Commit

Permalink
Merge pull request swiftlang#4630 from timbodeit/fix-documentation-cl…
Browse files Browse the repository at this point in the history
…asshierarchyanalysis

[Analysis] Adjust inline documentation in ClassHierarchyAnalysis.cpp
  • Loading branch information
lattner authored Sep 6, 2016
2 parents 5522faa + 1d666e6 commit f5d0ccb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/SILOptimizer/Analysis/ClassHierarchyAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ void ClassHierarchyAnalysis::init() {
}

/// \brief Get all subclasses of a given class.
/// Does not include any direct subclasses of given base class.
///
/// \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
Expand Down

0 comments on commit f5d0ccb

Please sign in to comment.