Skip to content

Commit 9e819ea

Browse files
authored
Merge pull request #25079 from davezarzycki/abi_headerdoc_fix
[ABI headerdoc] Fix -Wdocumentation warning
2 parents 4929726 + 80896cd commit 9e819ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/swift/ABI/Metadata.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3121,10 +3121,6 @@ struct MetadataCompletionContext {
31213121
/// it may be called many times as successive dependencies are resolved.
31223122
/// If the function ever completes successfully (by returning null), it
31233123
/// will not be called again for the same type.
3124-
///
3125-
/// \return null to indicate that the type has been completed, or a non-null
3126-
/// pointer to indicate that completion is blocked on the completion of
3127-
/// some other type
31283124
using MetadataCompleter =
31293125
SWIFT_CC(swift)
31303126
MetadataDependency(const Metadata *type,

0 commit comments

Comments
 (0)