summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/scala-mode/doc.file-scala-api
diff options
context:
space:
mode:
authorSimeon Simeonov2013-09-19 22:27:58 +0200
committerSimeon Simeonov2013-09-19 22:27:58 +0200
commit7bf6712498ad2618bee7bf5b3866fb6da0772339 (patch)
treefd4d959c0f1679f2abf5663399d68df0a06472de /.emacs.d/mysnippets/text-mode/scala-mode/doc.file-scala-api
parentb045e27c545d4027811637193632ec3ea5ef7858 (diff)
All snippets imported, init file polished
Diffstat (limited to '.emacs.d/mysnippets/text-mode/scala-mode/doc.file-scala-api')
-rw-r--r--.emacs.d/mysnippets/text-mode/scala-mode/doc.file-scala-api16
1 files changed, 16 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/scala-mode/doc.file-scala-api b/.emacs.d/mysnippets/text-mode/scala-mode/doc.file-scala-api
new file mode 100644
index 0000000..4a762f5
--- /dev/null
+++ b/.emacs.d/mysnippets/text-mode/scala-mode/doc.file-scala-api
@@ -0,0 +1,16 @@
1#Author : Anders Bach Nielsen <andersbach.nielsen@epfl.ch>
2#name : /** scala api file */
3# --
4/* __ *\
5** ________ ___ / / ___ Scala API **
6** / __/ __// _ | / / / _ | (c) 2005-`(format-time-string "%Y")`, LAMP/EPFL **
7** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
8** /____/\___/_/ |_/____/_/ | | **
9** |/ **
10\* */
11/**
12 * $0
13 * @author ${1:name}
14 * @version ${2:0.1}
15 * $Id$
16 */ \ No newline at end of file