From 6185b8f74292b15acc427e9b978d1bb4c57038c0 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 25 May 2020 09:57:23 +0200 Subject: Cleanup Python snippets --- .emacs.d/snippets/python-mode/function_doxygen_doc | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .emacs.d/snippets/python-mode/function_doxygen_doc (limited to '.emacs.d/snippets/python-mode/function_doxygen_doc') 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 @@ -# -*- mode: snippet -*- -# contributor: Dan Pitic -# name: Function Doxygen Doc -# key: doxy_func -# group: doxygen -# -- -""" -@brief ${1:function description} - -@details ${2:detailed description} - -@param ${3:param} - -@return ${4:return type} -""" \ No newline at end of file -- cgit v1.3