Last active
August 29, 2015 14:01
-
-
Save hacksoldier/3e3e0cb7fe2bb3194011 to your computer and use it in GitHub Desktop.
KeyWord Comment Xcode
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
| @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