summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/java-mode/doc
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/java-mode/doc')
-rw-r--r--.emacs.d/snippets/java-mode/doc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/snippets/java-mode/doc b/.emacs.d/snippets/java-mode/doc
new file mode 100644
index 0000000..88f556e
--- /dev/null
+++ b/.emacs.d/snippets/java-mode/doc
@@ -0,0 +1,7 @@
1# -*- mode: snippet -*-
2# name: doc
3# key: /*
4# --
5/**
6 * ${1:documentation}
7 */ \ No newline at end of file