comparison etc/srecode/doc-java.srt @ 106838:77b6f5126a69

Fix typos in template docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Jan 2010 19:45:02 +0100
parents 1d1d5d9bd884
children 4cf58c2379f4
comparison
equal deleted inserted replaced
106837:855f55740303 106838:77b6f5126a69
35 ---- 35 ----
36 {{>:declaration:javadoc-section-comment}} 36 {{>:declaration:javadoc-section-comment}}
37 ---- 37 ----
38 38
39 template function-comment :tag :indent :blank 39 template function-comment :tag :indent :blank
40 "A comment occuring in front of a function. 40 "A comment occurring in front of a function.
41 Recycle javadoc comment code from the more general template set." 41 Recycle javadoc comment code from the more general template set."
42 ---- 42 ----
43 {{>:declaration:javadoc-function}} 43 {{>:declaration:javadoc-function}}
44 ---- 44 ----
45 45
46 template variable-same-line-comment :tag 46 template variable-same-line-comment :tag
47 "A comment occuring after a veriable declaration. 47 "A comment occurring after a veriable declaration.
48 Recycle javadoc comment code from the more general template set." 48 Recycle javadoc comment code from the more general template set."
49 ---- 49 ----
50 {{>:declaration:javadoc-variable-same-line}} 50 {{>:declaration:javadoc-variable-same-line}}
51 ---- 51 ----
52 52
53 ;; These happen to be the same as in a classdecl. 53 ;; These happen to be the same as in a classdecl.
54 template group-comment-start :blank :indent 54 template 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.
56 Recycle javadoc comment code from the more general template set." 56 Recycle 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
61 template group-comment-end :blank :indent 61 template 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.
63 Recycle javadoc comment code from the more general template set." 63 Recycle javadoc comment code from the more general template set."
64 ---- 64 ----
65 {{>:classdecl:javadoc-function-group-end}} 65 {{>:classdecl:javadoc-function-group-end}}
66 ---- 66 ----
67 67
68 ;; Some templates only show up in classdecls. 68 ;; Some templates only show up in classdecls.
69 context classdecl 69 context classdecl
70 70
71 template group-comment-start :blank :indent 71 template 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.
73 Recycle javadoc comment code from the more general template set." 73 Recycle 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
78 template group-comment-end :blank :indent 78 template 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.
80 Recycle javadoc comment code from the more general template set." 80 Recycle javadoc comment code from the more general template set."
81 ---- 81 ----
82 {{>:classdecl:javadoc-function-group-end}} 82 {{>:classdecl:javadoc-function-group-end}}
83 ---- 83 ----
84 84