yasnippet-snippets/snippets/python-mode/function_doxygen_doc
Dan Pitic ffc08ac17f Removed newline from C and NASM function Doxygen snippet. Added new
Python class and function Doxygen snippets.
2018-09-17 20:56:24 +08:00

15 lines
274 B
Plaintext

# -*- mode: snippet -*-
# contributor: Dan Pitic <dpitic@gmail.com>
# name: Function Doxygen Doc
# key: doxy_func
# group: doxygen
# --
"""
@brief ${1:function description}
@details ${2:detailed description}
@param ${3:param}
@return ${4:return type}
"""