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/class_doxygen_doc | |
| parent | eabfcb9092b4ee31acc51357ee681d77f06213c4 (diff) | |
Cleanup Python snippets
Diffstat (limited to '.emacs.d/snippets/python-mode/class_doxygen_doc')
| -rw-r--r-- | .emacs.d/snippets/python-mode/class_doxygen_doc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.emacs.d/snippets/python-mode/class_doxygen_doc b/.emacs.d/snippets/python-mode/class_doxygen_doc deleted file mode 100644 index e8c6fa4..0000000 --- a/.emacs.d/snippets/python-mode/class_doxygen_doc +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # contributor: Dan Pitic <dpitic@gmail.com> | ||
| 3 | # name: Class Doxygen Doc | ||
| 4 | # key: doxy_class | ||
| 5 | # group: doxygen | ||
| 6 | # -- | ||
| 7 | """ | ||
| 8 | @brief ${1:class description} | ||
| 9 | |||
| 10 | @details ${2:detailed description} | ||
| 11 | """ \ No newline at end of file | ||
