aboutsummaryrefslogtreecommitdiffstats
path: root/etc/srecode/doc-java.srt
diff options
context:
space:
mode:
authorKenichi Handa2010-01-15 14:13:05 +0900
committerKenichi Handa2010-01-15 14:13:05 +0900
commitfa0cff43e861a49d9f992ffccbe4f71e29d71e1a (patch)
tree2a2bf41b76f624200d873bd604176cc6b7237f69 /etc/srecode/doc-java.srt
parentcc320f07d4d1c0033c1728d22421462ab1fcc04e (diff)
parent56a03f46b825f2c22c7a982e8d4bcb5545908a09 (diff)
downloademacs-fa0cff43e861a49d9f992ffccbe4f71e29d71e1a.tar.gz
emacs-fa0cff43e861a49d9f992ffccbe4f71e29d71e1a.zip
from trunk
Diffstat (limited to 'etc/srecode/doc-java.srt')
-rw-r--r--etc/srecode/doc-java.srt12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/srecode/doc-java.srt b/etc/srecode/doc-java.srt
index 66deb733232..cb289913f36 100644
--- a/etc/srecode/doc-java.srt
+++ b/etc/srecode/doc-java.srt
@@ -37,14 +37,14 @@ template section-comment :indent :blank
37---- 37----
38 38
39template function-comment :tag :indent :blank 39template function-comment :tag :indent :blank
40"A comment occuring in front of a function. 40"A comment occurring in front of a function.
41Recycle javadoc comment code from the more general template set." 41Recycle javadoc comment code from the more general template set."
42---- 42----
43{{>:declaration:javadoc-function}} 43{{>:declaration:javadoc-function}}
44---- 44----
45 45
46template variable-same-line-comment :tag 46template variable-same-line-comment :tag
47"A comment occuring after a veriable declaration. 47"A comment occurring after a veriable declaration.
48Recycle javadoc comment code from the more general template set." 48Recycle javadoc comment code from the more general template set."
49---- 49----
50{{>:declaration:javadoc-variable-same-line}} 50{{>:declaration:javadoc-variable-same-line}}
@@ -52,14 +52,14 @@ Recycle javadoc comment code from the more general template set."
52 52
53;; These happen to be the same as in a classdecl. 53;; These happen to be the same as in a classdecl.
54template group-comment-start :blank :indent 54template group-comment-start :blank :indent
55"A comment occuring in front of a group of declarations. 55"A comment occurring in front of a group of declarations.
56Recycle javadoc comment code from the more general template set." 56Recycle javadoc comment code from the more general template set."
57---- 57----
58{{>:classdecl:javadoc-function-group-start}} 58{{>:classdecl:javadoc-function-group-start}}
59---- 59----
60 60
61template group-comment-end :blank :indent 61template group-comment-end :blank :indent
62"A comment occuring at the end of a a group of declarations. 62"A comment occurring at the end of a a group of declarations.
63Recycle javadoc comment code from the more general template set." 63Recycle javadoc comment code from the more general template set."
64---- 64----
65{{>:classdecl:javadoc-function-group-end}} 65{{>:classdecl:javadoc-function-group-end}}
@@ -69,14 +69,14 @@ Recycle javadoc comment code from the more general template set."
69context classdecl 69context classdecl
70 70
71template group-comment-start :blank :indent 71template group-comment-start :blank :indent
72"A comment occuring in front of a group of declarations. 72"A comment occurring in front of a group of declarations.
73Recycle javadoc comment code from the more general template set." 73Recycle javadoc comment code from the more general template set."
74---- 74----
75{{>:classdecl:javadoc-function-group-start}} 75{{>:classdecl:javadoc-function-group-start}}
76---- 76----
77 77
78template group-comment-end :blank :indent 78template group-comment-end :blank :indent
79"A comment occuring at the end of a a group of declarations. 79"A comment occurring at the end of a a group of declarations.
80Recycle javadoc comment code from the more general template set." 80Recycle javadoc comment code from the more general template set."
81---- 81----
82{{>:classdecl:javadoc-function-group-end}} 82{{>:classdecl:javadoc-function-group-end}}