summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/class_doxygen_doc
diff options
context:
space:
mode:
authorSimeon Simeonov2019-01-08 10:41:09 +0100
committerSimeon Simeonov2019-01-08 10:41:09 +0100
commit1adfb1d130c27b4d0f12d956446604a3714c1bc9 (patch)
tree4a5acbabe5c01af7fa0e2fbcca183d634df16c78 /.emacs.d/snippets/python-mode/class_doxygen_doc
parent91a787a67152d5c62a311a0e49a5242d8a6fb2b8 (diff)
Add lua-mode.el, update php-mode and yasnippet, add some new C and Python snippets
Diffstat (limited to '.emacs.d/snippets/python-mode/class_doxygen_doc')
-rw-r--r--.emacs.d/snippets/python-mode/class_doxygen_doc11
1 files changed, 11 insertions, 0 deletions
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 @@
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