Skip to content

Instantly share code, notes, and snippets.

@MaxGabriel
Last active December 16, 2015 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaxGabriel/5385841 to your computer and use it in GitHub Desktop.
Save MaxGabriel/5385841 to your computer and use it in GitHub Desktop.
Xcode snippets for Appledoc syntax
Above a class @interface or above an @property.
/** <#Description of property or class#> */
Above a method
/** <#Discussion#>
@param <#param name#> <#Param description#>
@return <#Return description#>
*/
New Section Heading. (The ----- isn't necessary, it just makes it stand out a little more.)
/**---------------------------------------------------------------------------------------
* @name <#Section Heading#>
* ---------------------------------------------------------------------------------------
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment