diff options
author | Joe George <joe@zeroc.com> | 2019-09-09 16:58:56 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2019-09-09 17:15:23 -0400 |
commit | 6e5717c520e2c2f659bfadde5d5e0d529a8b9591 (patch) | |
tree | 65754bf17e47718fbbee7f4cdd37b42de146f393 /cpp/src/slice2swift/SwiftUtil.cpp | |
parent | Fix #513 - Use nil queue for sentOn: callback (diff) | |
download | ice-6e5717c520e2c2f659bfadde5d5e0d529a8b9591.tar.bz2 ice-6e5717c520e2c2f659bfadde5d5e0d529a8b9591.tar.xz ice-6e5717c520e2c2f659bfadde5d5e0d529a8b9591.zip |
Swift comment updates
Diffstat (limited to 'cpp/src/slice2swift/SwiftUtil.cpp')
-rw-r--r-- | cpp/src/slice2swift/SwiftUtil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2swift/SwiftUtil.cpp b/cpp/src/slice2swift/SwiftUtil.cpp index 4f8c09780d4..536e32a923d 100644 --- a/cpp/src/slice2swift/SwiftUtil.cpp +++ b/cpp/src/slice2swift/SwiftUtil.cpp @@ -701,10 +701,10 @@ SwiftGenerator::writeOpDocSummary(IceUtilInternal::Output& out, { out << nl << "///"; out << nl << "/// - parameter sentOn: `Dispatch.DispatchQueue?` - Optional dispatch queue used to"; - out << nl << "/// dispatch sent callback, the default is to use `PromiseKit.conf.Q.return` queue."; + out << nl << "/// dispatch the sent callback."; out << nl << "///"; out << nl << "/// - parameter sentFlags: `Dispatch.DispatchWorkItemFlags?` - Optional dispatch flags used"; - out << nl << "/// to dispatch sent callback"; + out << nl << "/// to dispatch the sent callback"; out << nl << "///"; out << nl << "/// - parameter sent: `((Swift.Bool) -> Swift.Void)` - Optional sent callback."; } |