Skip to content

Commit 13f7ac2

Browse files
authored
Merge pull request #29351 from davezarzycki/pr29351
[SIL] Fix -Wdocumentation warnings
2 parents 4e59d39 + 68b5505 commit 13f7ac2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/swift/SIL/SILModule.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -640,12 +640,9 @@ class SILModule {
640640

641641
/// Pretty-print the module to the designated stream.
642642
///
643-
/// \param Verbose Dump SIL location information in verbose mode.
644643
/// \param M If present, the types and declarations from this module will be
645644
/// printed. The module would usually contain the types and Decls that
646645
/// the SIL module depends on.
647-
/// \param ShouldSort If set to true sorts functions, vtables, sil global
648-
/// variables, and witness tables by name to ease diffing.
649646
/// \param PrintASTDecls If set to true print AST decls.
650647
void print(raw_ostream &OS,
651648
ModuleDecl *M = nullptr,

0 commit comments

Comments
 (0)