Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c2dd1910
Commit
c2dd1910
authored
Jan 14, 2010
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in template docstrings.
parent
5a89f0a7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
19 deletions
+29
-19
etc/ChangeLog
etc/ChangeLog
+10
-0
etc/srecode/doc-cpp.srt
etc/srecode/doc-cpp.srt
+6
-6
etc/srecode/doc-default.srt
etc/srecode/doc-default.srt
+7
-7
etc/srecode/doc-java.srt
etc/srecode/doc-java.srt
+6
-6
No files found.
etc/ChangeLog
View file @
c2dd1910
2010-01-14 Juanma Barranquero <lekktu@gmail.com>
* srecode/doc-cpp.srt (function-comment, variable-same-line-comment)
(group-comment-start, group-comment-end):
* srecode/doc-default.srt (section-comment, function-comment)
(variable-same-line-comment, group-comment-start, group-comment-end):
* srecode/doc-java.srt (function-comment, variable-same-line-comment)
(group-comment-start, gropu-comment-end):
Fix typos in template docstrings.
2010-01-14 Kenichi Handa <handa@m17n.org>
* NEWS: Describe the change of auto-composition-mode.
...
...
etc/srecode/doc-cpp.srt
View file @
c2dd1910
...
...
@@ -36,14 +36,14 @@ template section-comment :indent :blank
----
template function-comment :tag :indent :blank
"A comment occuring in front of a function.
"A comment occur
r
ing in front of a function.
Recycle doxygen comment code from the more general template set."
----
{{>:declaration:doxygen-function}}
----
template variable-same-line-comment :tag
"A comment occuring after a veriable declaration.
"A comment occur
r
ing after a veriable declaration.
Recycle doxygen comment code from the more general template set."
----
{{>:declaration:doxygen-variable-same-line}}
...
...
@@ -51,14 +51,14 @@ Recycle doxygen comment code from the more general template set."
;; These happen to be the same as in a classdecl.
template group-comment-start :blank :indent
"A comment occuring in front of a group of declarations.
"A comment occur
r
ing in front of a group of declarations.
Recycle doxygen comment code from the more general template set."
----
{{>:classdecl:doxygen-function-group-start}}
----
template group-comment-end :blank :indent
"A comment occuring at the end of a a group of declarations.
"A comment occur
r
ing at the end of a a group of declarations.
Recycle doxygen comment code from the more general template set."
----
{{>:classdecl:doxygen-function-group-end}}
...
...
@@ -68,14 +68,14 @@ Recycle doxygen comment code from the more general template set."
context classdecl
template group-comment-start :blank :indent
"A comment occuring in front of a group of declarations.
"A comment occur
r
ing in front of a group of declarations.
Recycle doxygen comment code from the more general template set."
----
{{>:classdecl:doxygen-function-group-start}}
----
template group-comment-end :blank :indent
"A comment occuring at the end of a a group of declarations.
"A comment occur
r
ing at the end of a a group of declarations.
Recycle doxygen comment code from the more general template set."
----
{{>:classdecl:doxygen-function-group-end}}
...
...
etc/srecode/doc-default.srt
View file @
c2dd1910
...
...
@@ -26,7 +26,7 @@ set application "document"
context declaration
template section-comment :blank :indent
"A comment occuring in front of a group of declarations."
"A comment occur
r
ing in front of a group of declarations."
----
{{comment_start}} {{?TITLE}}
{{comment_prefix}}
...
...
@@ -35,7 +35,7 @@ template section-comment :blank :indent
----
template function-comment :tag :indent :blank
"A comment occuring in front of a function."
"A comment occur
r
ing in front of a function."
----
{{comment_start}} {{?NAME}} --
{{DOC:srecode-comment-prefix}}
...
...
@@ -43,21 +43,21 @@ template function-comment :tag :indent :blank
----
template variable-same-line-comment :tag
"A comment occuring after a veriable declaration."
"A comment occur
r
ing after a veriable declaration."
----
{{comment_start}} {{?DOC}} {{comment_end}}
----
;; These happen to be the same as in a classdecl.
template group-comment-start :blank :indent
"A comment occuring in front of a group of declarations."
"A comment occur
r
ing in front of a group of declarations."
----
{{comment_start}} {{?GROUPNAME}} --
{{comment_end}}
----
template group-comment-end :indent
"A comment occuring at the end of a a group of declarations."
"A comment occur
r
ing at the end of a a group of declarations."
----
{{comment_start}} End {{?GROUPNAME}} {{comment_end}}
----
...
...
@@ -66,13 +66,13 @@ template group-comment-end :indent
context classdecl
template group-comment-start :blank :indent
"A comment occuring in front of a group of declarations."
"A comment occur
r
ing in front of a group of declarations."
----
{{>:declaration:group-comment-start}}
----
template group-comment-end :indent
"A comment occuring at the end of a a group of declarations."
"A comment occur
r
ing at the end of a a group of declarations."
----
{{>:declaration:group-comment-end}}
----
...
...
etc/srecode/doc-java.srt
View file @
c2dd1910
...
...
@@ -37,14 +37,14 @@ template section-comment :indent :blank
----
template function-comment :tag :indent :blank
"A comment occuring in front of a function.
"A comment occur
r
ing in front of a function.
Recycle javadoc comment code from the more general template set."
----
{{>:declaration:javadoc-function}}
----
template variable-same-line-comment :tag
"A comment occuring after a veriable declaration.
"A comment occur
r
ing after a veriable declaration.
Recycle javadoc comment code from the more general template set."
----
{{>:declaration:javadoc-variable-same-line}}
...
...
@@ -52,14 +52,14 @@ Recycle javadoc comment code from the more general template set."
;; These happen to be the same as in a classdecl.
template group-comment-start :blank :indent
"A comment occuring in front of a group of declarations.
"A comment occur
r
ing in front of a group of declarations.
Recycle javadoc comment code from the more general template set."
----
{{>:classdecl:javadoc-function-group-start}}
----
template group-comment-end :blank :indent
"A comment occuring at the end of a a group of declarations.
"A comment occur
r
ing at the end of a a group of declarations.
Recycle javadoc comment code from the more general template set."
----
{{>:classdecl:javadoc-function-group-end}}
...
...
@@ -69,14 +69,14 @@ Recycle javadoc comment code from the more general template set."
context classdecl
template group-comment-start :blank :indent
"A comment occuring in front of a group of declarations.
"A comment occur
r
ing in front of a group of declarations.
Recycle javadoc comment code from the more general template set."
----
{{>:classdecl:javadoc-function-group-start}}
----
template group-comment-end :blank :indent
"A comment occuring at the end of a a group of declarations.
"A comment occur
r
ing at the end of a a group of declarations.
Recycle javadoc comment code from the more general template set."
----
{{>:classdecl:javadoc-function-group-end}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment