mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #397] [MERGED] Comment formatting #620
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#620
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/397
Author: @jrtibbetts
Created: 7/25/2017
Status: ✅ Merged
Merged: 7/25/2017
Merged by: @phimage
Base:
master← Head:comment-formatting📝 Commits (3)
9140fc8Added an extra '/' to function and property comments so that they'll be parsed correctly when option-clicking.f73e801More comment corrections.01532aaAnd more.📊 Changes
11 files changed (+65 additions, -65 deletions)
View changed files
📝
Sources/OAuth1Swift.swift(+1 -1)📝
Sources/OAuth2Swift.swift(+5 -5)📝
Sources/OAuthSwift.swift(+7 -7)📝
Sources/OAuthSwiftClient.swift(+1 -1)📝
Sources/OAuthSwiftCredential.swift(+6 -6)📝
Sources/OAuthSwiftError.swift(+11 -11)📝
Sources/OAuthSwiftHTTPRequest.swift(+12 -12)📝
Sources/OAuthSwiftResponse.swift(+8 -8)📝
Sources/OAuthSwiftURLHandlerType.swift(+5 -5)📝
Sources/OAuthWebViewController.swift(+8 -8)📝
Sources/SHA1.swift(+1 -1)📄 Description
This is a simple PR that corrects the formatting of class, function, and property comments so that they'll be parsed correctly and show up when option-clicking symbols. There are zero changes to functionality.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.