Created
June 13, 2023 08:49
-
-
Save bengidev/c35f64805c2ecab7bd4ab0410cdd7ecc to your computer and use it in GitHub Desktop.
Create a code comment snippet to simplify commenting your code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <#Summay text for documentation#>. | |
/// | |
/// <#Discussion text for documentation#>. | |
/// | |
/// For example: | |
/// ``` | |
/// // <#Example code if any#> | |
/// ``` | |
/// | |
/// - Parameters: | |
/// - <#parameterName#>: <#Description#>. | |
/// | |
/// - Returns: <#Return values#>. | |
/// - Throws: <#Throw possible errors#>. | |
/// - Warning: <#Warning if any#>. | |
/// |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment