Skip to content

Instantly share code, notes, and snippets.

@hacksoldier
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save hacksoldier/3e3e0cb7fe2bb3194011 to your computer and use it in GitHub Desktop.

Select an option

Save hacksoldier/3e3e0cb7fe2bb3194011 to your computer and use it in GitHub Desktop.
KeyWord Comment Xcode
@abstract -> Nome del metodo dal quale è stato estratto questo codice.
@attention -> Warning relativi al metodo.
@author -> Autore del metodo
@brief -> Descrizione del metodo che apparire nella doc rapida.
@bug -> Bug presenti attualmente nel codice.
@code @\endcode
@copyright -> Copyriht del codice
@const -> Costanti che vengono utillizzate all'interno del metodo.
@date -> Data creazione.
@discussion ->
@invariant ->
@note -> Note sul metodo
@param -> Parametri del metodo
@post ->
@pre ->
@remarks ->
@result
@return
@returns
@sa
@see
@since
@tparam
@todo
@version
@warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment