diff options
| author | Simeon Simeonov | 2020-05-25 09:57:23 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2020-05-25 09:57:23 +0200 |
| commit | 6185b8f74292b15acc427e9b978d1bb4c57038c0 (patch) | |
| tree | db0a9194865e656576755d32ff4bb9e94e18b7ce /.emacs.d/snippets/python-mode/function_doxygen_doc | |
| parent | eabfcb9092b4ee31acc51357ee681d77f06213c4 (diff) | |
Cleanup 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, 0 insertions, 15 deletions
diff --git a/.emacs.d/snippets/python-mode/function_doxygen_doc b/.emacs.d/snippets/python-mode/function_doxygen_doc deleted file mode 100644 index f42b999..0000000 --- a/.emacs.d/snippets/python-mode/function_doxygen_doc +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 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 | ||
