summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/function_doxygen_doc
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/python-mode/function_doxygen_doc')
-rw-r--r--.emacs.d/snippets/python-mode/function_doxygen_doc15
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