Skip to content

Instantly share code, notes, and snippets.

@Alexander-Ignition
Created December 18, 2015 14:29
Show Gist options
  • Save Alexander-Ignition/130d2bf5e1a6cdb9aff6 to your computer and use it in GitHub Desktop.
Save Alexander-Ignition/130d2bf5e1a6cdb9aff6 to your computer and use it in GitHub Desktop.
Method doc
/*!
@brief <#Краткое описание#>
@discussion <#Длинное описание#>
@code
<#Пример использования#>
@endcode
@note <#Заметка#>
@warning <#Предупреждение#>
@remark <#Замечание#>
@see <#Cм. также#>
@param <#Имя параметра#> <#Описание#>
@return <#Описание возвращаемого значения#>
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment