comparison etc/srecode/doc-default.srt @ 108398:1789ed4b257e

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 17 Jan 2010 00:12:59 +0000
parents 4cf58c2379f4
children 376148b31b5e
comparison
equal deleted inserted replaced
108397:c5b62c5789d8 108398:1789ed4b257e
55 {{comment_start}} {{?GROUPNAME}} -- 55 {{comment_start}} {{?GROUPNAME}} --
56 {{comment_end}} 56 {{comment_end}}
57 ---- 57 ----
58 58
59 template group-comment-end :indent 59 template group-comment-end :indent
60 "A comment occurring at the end of a a group of declarations." 60 "A comment occurring at the end of a group of declarations."
61 ---- 61 ----
62 {{comment_start}} End {{?GROUPNAME}} {{comment_end}} 62 {{comment_start}} End {{?GROUPNAME}} {{comment_end}}
63 ---- 63 ----
64 64
65 ;; Some templates only show up in classdecls. 65 ;; Some templates only show up in classdecls.
70 ---- 70 ----
71 {{>:declaration:group-comment-start}} 71 {{>:declaration:group-comment-start}}
72 ---- 72 ----
73 73
74 template group-comment-end :indent 74 template group-comment-end :indent
75 "A comment occurring at the end of a a group of declarations." 75 "A comment occurring at the end of a group of declarations."
76 ---- 76 ----
77 {{>:declaration:group-comment-end}} 77 {{>:declaration:group-comment-end}}
78 ---- 78 ----
79 79
80 ;; end 80 ;; end