diff options
| author | Simeon Simeonov | 2019-01-08 10:41:09 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2019-01-08 10:41:09 +0100 |
| commit | 1adfb1d130c27b4d0f12d956446604a3714c1bc9 (patch) | |
| tree | 4a5acbabe5c01af7fa0e2fbcca183d634df16c78 /.emacs.d/snippets/python-mode/function_doxygen_doc | |
| parent | 91a787a67152d5c62a311a0e49a5242d8a6fb2b8 (diff) | |
Add lua-mode.el, update php-mode and yasnippet, add some new C and Python snippets
Diffstat (limited to '.emacs.d/snippets/python-mode/function_doxygen_doc')
| -rw-r--r-- | .emacs.d/snippets/python-mode/function_doxygen_doc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode/function_doxygen_doc b/.emacs.d/snippets/python-mode/function_doxygen_doc new file mode 100644 index 0000000..f42b999 --- /dev/null +++ b/.emacs.d/snippets/python-mode/function_doxygen_doc | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # contributor: Dan Pitic <dpitic@gmail.com> | ||
| 3 | # name: Function Doxygen Doc | ||
| 4 | # key: doxy_func | ||
| 5 | # group: doxygen | ||
| 6 | # -- | ||
| 7 | """ | ||
| 8 | @brief ${1:function description} | ||
| 9 | |||
| 10 | @details ${2:detailed description} | ||
| 11 | |||
| 12 | @param ${3:param} | ||
| 13 | |||
| 14 | @return ${4:return type} | ||
| 15 | """ \ No newline at end of file | ||
