You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
212 B

# -*- mode: snippet -*-
#Author : Anders Bach Nielsen <andersbach.nielsen@epfl.ch>
#name : /** file name */
# key: doc.file
# --
/**
* `(scala-mode-file-doc)`
* $0
* @author ${1:name}
* @version ${2:0.1}
*/