Skip to content

Instantly share code, notes, and snippets.

View bengidev's full-sized avatar
👾
iOS App Developer

B e n g i bengidev

👾
iOS App Developer
View GitHub Profile
@bengidev
bengidev / swift_comment_snippet
Created June 13, 2023 08:49
Create a code comment snippet to simplify commenting your code.
/// <#Summay text for documentation#>.
///
/// <#Discussion text for documentation#>.
///
/// For example:
/// ```
/// // <#Example code if any#>
/// ```
///
/// - Parameters: