diff options
Diffstat (limited to 'etc/srecode/doc-cpp.srt')
| -rw-r--r-- | etc/srecode/doc-cpp.srt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/srecode/doc-cpp.srt b/etc/srecode/doc-cpp.srt index f3679a196f8..fce0d283d7d 100644 --- a/etc/srecode/doc-cpp.srt +++ b/etc/srecode/doc-cpp.srt | |||
| @@ -36,14 +36,14 @@ template section-comment :indent :blank | |||
| 36 | ---- | 36 | ---- |
| 37 | 37 | ||
| 38 | template function-comment :tag :indent :blank | 38 | template function-comment :tag :indent :blank |
| 39 | "A comment occuring in front of a function. | 39 | "A comment occurring in front of a function. |
| 40 | Recycle doxygen comment code from the more general template set." | 40 | Recycle doxygen comment code from the more general template set." |
| 41 | ---- | 41 | ---- |
| 42 | {{>:declaration:doxygen-function}} | 42 | {{>:declaration:doxygen-function}} |
| 43 | ---- | 43 | ---- |
| 44 | 44 | ||
| 45 | template variable-same-line-comment :tag | 45 | template variable-same-line-comment :tag |
| 46 | "A comment occuring after a veriable declaration. | 46 | "A comment occurring after a veriable declaration. |
| 47 | Recycle doxygen comment code from the more general template set." | 47 | Recycle doxygen comment code from the more general template set." |
| 48 | ---- | 48 | ---- |
| 49 | {{>:declaration:doxygen-variable-same-line}} | 49 | {{>:declaration:doxygen-variable-same-line}} |
| @@ -51,14 +51,14 @@ Recycle doxygen comment code from the more general template set." | |||
| 51 | 51 | ||
| 52 | ;; These happen to be the same as in a classdecl. | 52 | ;; These happen to be the same as in a classdecl. |
| 53 | template group-comment-start :blank :indent | 53 | template group-comment-start :blank :indent |
| 54 | "A comment occuring in front of a group of declarations. | 54 | "A comment occurring in front of a group of declarations. |
| 55 | Recycle doxygen comment code from the more general template set." | 55 | Recycle doxygen comment code from the more general template set." |
| 56 | ---- | 56 | ---- |
| 57 | {{>:classdecl:doxygen-function-group-start}} | 57 | {{>:classdecl:doxygen-function-group-start}} |
| 58 | ---- | 58 | ---- |
| 59 | 59 | ||
| 60 | template group-comment-end :blank :indent | 60 | template group-comment-end :blank :indent |
| 61 | "A comment occuring at the end of a a group of declarations. | 61 | "A comment occurring at the end of a a group of declarations. |
| 62 | Recycle doxygen comment code from the more general template set." | 62 | Recycle doxygen comment code from the more general template set." |
| 63 | ---- | 63 | ---- |
| 64 | {{>:classdecl:doxygen-function-group-end}} | 64 | {{>:classdecl:doxygen-function-group-end}} |
| @@ -68,14 +68,14 @@ Recycle doxygen comment code from the more general template set." | |||
| 68 | context classdecl | 68 | context classdecl |
| 69 | 69 | ||
| 70 | template group-comment-start :blank :indent | 70 | template group-comment-start :blank :indent |
| 71 | "A comment occuring in front of a group of declarations. | 71 | "A comment occurring in front of a group of declarations. |
| 72 | Recycle doxygen comment code from the more general template set." | 72 | Recycle doxygen comment code from the more general template set." |
| 73 | ---- | 73 | ---- |
| 74 | {{>:classdecl:doxygen-function-group-start}} | 74 | {{>:classdecl:doxygen-function-group-start}} |
| 75 | ---- | 75 | ---- |
| 76 | 76 | ||
| 77 | template group-comment-end :blank :indent | 77 | template group-comment-end :blank :indent |
| 78 | "A comment occuring at the end of a a group of declarations. | 78 | "A comment occurring at the end of a a group of declarations. |
| 79 | Recycle doxygen comment code from the more general template set." | 79 | Recycle doxygen comment code from the more general template set." |
| 80 | ---- | 80 | ---- |
| 81 | {{>:classdecl:doxygen-function-group-end}} | 81 | {{>:classdecl:doxygen-function-group-end}} |