# HG changeset patch # User Juanma Barranquero # Date 1263494702 -3600 # Node ID 77b6f5126a69c6665a5152f7992b0808f852e30d # Parent 855f55740303685dc11a4e2bde9f50e36b8d8ac0 Fix typos in template docstrings. diff -r 855f55740303 -r 77b6f5126a69 etc/ChangeLog --- a/etc/ChangeLog Thu Jan 14 19:37:23 2010 +0100 +++ b/etc/ChangeLog Thu Jan 14 19:45:02 2010 +0100 @@ -1,3 +1,13 @@ +2010-01-14 Juanma Barranquero + + * 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 * NEWS: Describe the change of auto-composition-mode. diff -r 855f55740303 -r 77b6f5126a69 etc/srecode/doc-cpp.srt --- a/etc/srecode/doc-cpp.srt Thu Jan 14 19:37:23 2010 +0100 +++ b/etc/srecode/doc-cpp.srt Thu Jan 14 19:45:02 2010 +0100 @@ -36,14 +36,14 @@ ---- template function-comment :tag :indent :blank -"A comment occuring in front of a function. +"A comment occurring 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 occurring after a veriable declaration. Recycle doxygen comment code from the more general template set." ---- {{>:declaration:doxygen-variable-same-line}} @@ -51,14 +51,14 @@ ;; 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 occurring 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 occurring 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 @@ context classdecl template group-comment-start :blank :indent -"A comment occuring in front of a group of declarations. +"A comment occurring 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 occurring at the end of a a group of declarations. Recycle doxygen comment code from the more general template set." ---- {{>:classdecl:doxygen-function-group-end}} diff -r 855f55740303 -r 77b6f5126a69 etc/srecode/doc-default.srt --- a/etc/srecode/doc-default.srt Thu Jan 14 19:37:23 2010 +0100 +++ b/etc/srecode/doc-default.srt Thu Jan 14 19:45:02 2010 +0100 @@ -26,7 +26,7 @@ context declaration template section-comment :blank :indent -"A comment occuring in front of a group of declarations." +"A comment occurring in front of a group of declarations." ---- {{comment_start}} {{?TITLE}} {{comment_prefix}} @@ -35,7 +35,7 @@ ---- template function-comment :tag :indent :blank -"A comment occuring in front of a function." +"A comment occurring in front of a function." ---- {{comment_start}} {{?NAME}} -- {{DOC:srecode-comment-prefix}} @@ -43,21 +43,21 @@ ---- template variable-same-line-comment :tag -"A comment occuring after a veriable declaration." +"A comment occurring 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 occurring 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 occurring at the end of a a group of declarations." ---- {{comment_start}} End {{?GROUPNAME}} {{comment_end}} ---- @@ -66,13 +66,13 @@ context classdecl template group-comment-start :blank :indent -"A comment occuring in front of a group of declarations." +"A comment occurring 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 occurring at the end of a a group of declarations." ---- {{>:declaration:group-comment-end}} ---- diff -r 855f55740303 -r 77b6f5126a69 etc/srecode/doc-java.srt --- a/etc/srecode/doc-java.srt Thu Jan 14 19:37:23 2010 +0100 +++ b/etc/srecode/doc-java.srt Thu Jan 14 19:45:02 2010 +0100 @@ -37,14 +37,14 @@ ---- template function-comment :tag :indent :blank -"A comment occuring in front of a function. +"A comment occurring 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 occurring after a veriable declaration. Recycle javadoc comment code from the more general template set." ---- {{>:declaration:javadoc-variable-same-line}} @@ -52,14 +52,14 @@ ;; 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 occurring 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 occurring 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 @@ context classdecl template group-comment-start :blank :indent -"A comment occuring in front of a group of declarations. +"A comment occurring 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 occurring at the end of a a group of declarations. Recycle javadoc comment code from the more general template set." ---- {{>:classdecl:javadoc-function-group-end}}