dotfiles/.emacs.d/snippets/scala-mode/doc

9 lines
151 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
# -*- mode: snippet -*-
#Author : Anders Bach Nielsen <andersbach.nielsen@epfl.ch>
#name : /** ... */
# key: doc
# --
/**
* ${1:description}
* $0
*/