From 1adfb1d130c27b4d0f12d956446604a3714c1bc9 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 8 Jan 2019 10:41:09 +0100 Subject: Add lua-mode.el, update php-mode and yasnippet, add some new C and Python snippets --- .emacs.d/snippets/python-mode/function_doxygen_doc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create 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 new file mode 100644 index 0000000..f42b999 --- /dev/null +++ b/.emacs.d/snippets/python-mode/function_doxygen_doc @@ -0,0 +1,15 @@ +# -*- 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