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/class_doxygen_doc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .emacs.d/snippets/python-mode/class_doxygen_doc (limited to '.emacs.d/snippets/python-mode/class_doxygen_doc') diff --git a/.emacs.d/snippets/python-mode/class_doxygen_doc b/.emacs.d/snippets/python-mode/class_doxygen_doc new file mode 100644 index 0000000..e8c6fa4 --- /dev/null +++ b/.emacs.d/snippets/python-mode/class_doxygen_doc @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# contributor: Dan Pitic +# name: Class Doxygen Doc +# key: doxy_class +# group: doxygen +# -- +""" +@brief ${1:class description} + +@details ${2:detailed description} +""" \ No newline at end of file -- cgit v1.3