aboutsummaryrefslogtreecommitdiffstats
path: root/etc/srecode
diff options
context:
space:
mode:
Diffstat (limited to 'etc/srecode')
-rw-r--r--etc/srecode/cpp.srt2
-rw-r--r--etc/srecode/default.srt4
-rw-r--r--etc/srecode/doc-cpp.srt14
-rw-r--r--etc/srecode/doc-default.srt18
-rw-r--r--etc/srecode/doc-java.srt14
-rw-r--r--etc/srecode/ede-make.srt2
-rw-r--r--etc/srecode/el.srt2
-rw-r--r--etc/srecode/getset-cpp.srt2
-rw-r--r--etc/srecode/java.srt4
-rw-r--r--etc/srecode/make.srt4
-rw-r--r--etc/srecode/template.srt2
-rw-r--r--etc/srecode/test.srt4
-rw-r--r--etc/srecode/texi.srt2
-rw-r--r--etc/srecode/wisent.srt2
14 files changed, 38 insertions, 38 deletions
diff --git a/etc/srecode/cpp.srt b/etc/srecode/cpp.srt
index 4a144eb8108..85d304ee844 100644
--- a/etc/srecode/cpp.srt
+++ b/etc/srecode/cpp.srt
@@ -1,6 +1,6 @@
1;;; cpp.srt --- SRecode templates for c++-mode 1;;; cpp.srt --- SRecode templates for c++-mode
2 2
3;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. 3;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
diff --git a/etc/srecode/default.srt b/etc/srecode/default.srt
index a4fae80f6a2..7d83d550f10 100644
--- a/etc/srecode/default.srt
+++ b/etc/srecode/default.srt
@@ -1,6 +1,6 @@
1;;; default.srt --- SRecode templates for srecode-template-mode 1;;; default.srt --- SRecode templates for srecode-template-mode
2 2
3;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. 3;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
@@ -60,4 +60,4 @@ template filecomment :file :user :time
60{{comment_end}} 60{{comment_end}}
61---- 61----
62 62
63;; end \ No newline at end of file 63;; end
diff --git a/etc/srecode/doc-cpp.srt b/etc/srecode/doc-cpp.srt
index c7933447b68..2abe572e396 100644
--- a/etc/srecode/doc-cpp.srt
+++ b/etc/srecode/doc-cpp.srt
@@ -1,6 +1,6 @@
1;; doc-c.srt --- SRecode templates for "document" applications 1;; doc-c.srt --- SRecode templates for "document" applications
2 2
3;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. 3;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
@@ -36,14 +36,14 @@ template section-comment :indent :blank
36---- 36----
37 37
38template function-comment :tag :indent :blank 38template function-comment :tag :indent :blank
39"A comment occuring in front of a function. 39"A comment occurring in front of a function.
40Recycle doxygen comment code from the more general template set." 40Recycle doxygen comment code from the more general template set."
41---- 41----
42{{>:declaration:doxygen-function}} 42{{>:declaration:doxygen-function}}
43---- 43----
44 44
45template variable-same-line-comment :tag 45template variable-same-line-comment :tag
46"A comment occuring after a veriable declaration. 46"A comment occurring after a veriable declaration.
47Recycle doxygen comment code from the more general template set." 47Recycle 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.
53template group-comment-start :blank :indent 53template 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.
55Recycle doxygen comment code from the more general template set." 55Recycle 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
60template group-comment-end :blank :indent 60template 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 group of declarations.
62Recycle doxygen comment code from the more general template set." 62Recycle 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."
68context classdecl 68context classdecl
69 69
70template group-comment-start :blank :indent 70template 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.
72Recycle doxygen comment code from the more general template set." 72Recycle 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
77template group-comment-end :blank :indent 77template 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 group of declarations.
79Recycle doxygen comment code from the more general template set." 79Recycle doxygen comment code from the more general template set."
80---- 80----
81{{>:classdecl:doxygen-function-group-end}} 81{{>:classdecl:doxygen-function-group-end}}
diff --git a/etc/srecode/doc-default.srt b/etc/srecode/doc-default.srt
index 76cae314305..2d3094df60d 100644
--- a/etc/srecode/doc-default.srt
+++ b/etc/srecode/doc-default.srt
@@ -1,6 +1,6 @@
1;; doc-default.srt --- SRecode templates for "document" applications 1;; doc-default.srt --- SRecode templates for "document" applications
2 2
3;; Copyright (C) 2009 Free Software Foundation, Inc. 3;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
@@ -26,7 +26,7 @@ set application "document"
26context declaration 26context declaration
27 27
28template section-comment :blank :indent 28template section-comment :blank :indent
29"A comment occuring in front of a group of declarations." 29"A comment occurring in front of a group of declarations."
30---- 30----
31{{comment_start}} {{?TITLE}} 31{{comment_start}} {{?TITLE}}
32{{comment_prefix}} 32{{comment_prefix}}
@@ -35,7 +35,7 @@ template section-comment :blank :indent
35---- 35----
36 36
37template function-comment :tag :indent :blank 37template function-comment :tag :indent :blank
38"A comment occuring in front of a function." 38"A comment occurring in front of a function."
39---- 39----
40{{comment_start}} {{?NAME}} -- 40{{comment_start}} {{?NAME}} --
41{{DOC:srecode-comment-prefix}} 41{{DOC:srecode-comment-prefix}}
@@ -43,21 +43,21 @@ template function-comment :tag :indent :blank
43---- 43----
44 44
45template variable-same-line-comment :tag 45template variable-same-line-comment :tag
46"A comment occuring after a veriable declaration." 46"A comment occurring after a veriable declaration."
47---- 47----
48{{comment_start}} {{?DOC}} {{comment_end}} 48{{comment_start}} {{?DOC}} {{comment_end}}
49---- 49----
50 50
51;; These happen to be the same as in a classdecl. 51;; These happen to be the same as in a classdecl.
52template group-comment-start :blank :indent 52template group-comment-start :blank :indent
53"A comment occuring in front of a group of declarations." 53"A comment occurring in front of a group of declarations."
54---- 54----
55{{comment_start}} {{?GROUPNAME}} -- 55{{comment_start}} {{?GROUPNAME}} --
56{{comment_end}} 56{{comment_end}}
57---- 57----
58 58
59template group-comment-end :indent 59template group-comment-end :indent
60"A comment occuring 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----
@@ -66,15 +66,15 @@ template group-comment-end :indent
66context classdecl 66context classdecl
67 67
68template group-comment-start :blank :indent 68template group-comment-start :blank :indent
69"A comment occuring in front of a group of declarations." 69"A comment occurring in front of a group of declarations."
70---- 70----
71{{>:declaration:group-comment-start}} 71{{>:declaration:group-comment-start}}
72---- 72----
73 73
74template group-comment-end :indent 74template group-comment-end :indent
75"A comment occuring 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 \ No newline at end of file 80;; end
diff --git a/etc/srecode/doc-java.srt b/etc/srecode/doc-java.srt
index 727ff09ba0e..f6ef6c9aea3 100644
--- a/etc/srecode/doc-java.srt
+++ b/etc/srecode/doc-java.srt
@@ -1,6 +1,6 @@
1;; doc-java.srt --- SRecode templates for "document" applications 1;; doc-java.srt --- SRecode templates for "document" applications
2 2
3;; Copyright (C) 2009 Free Software Foundation, Inc. 3;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
@@ -37,14 +37,14 @@ template section-comment :indent :blank
37---- 37----
38 38
39template function-comment :tag :indent :blank 39template function-comment :tag :indent :blank
40"A comment occuring in front of a function. 40"A comment occurring in front of a function.
41Recycle javadoc comment code from the more general template set." 41Recycle javadoc comment code from the more general template set."
42---- 42----
43{{>:declaration:javadoc-function}} 43{{>:declaration:javadoc-function}}
44---- 44----
45 45
46template variable-same-line-comment :tag 46template variable-same-line-comment :tag
47"A comment occuring after a veriable declaration. 47"A comment occurring after a veriable declaration.
48Recycle javadoc comment code from the more general template set." 48Recycle javadoc comment code from the more general template set."
49---- 49----
50{{>:declaration:javadoc-variable-same-line}} 50{{>:declaration:javadoc-variable-same-line}}
@@ -52,14 +52,14 @@ Recycle javadoc comment code from the more general template set."
52 52
53;; These happen to be the same as in a classdecl. 53;; These happen to be the same as in a classdecl.
54template group-comment-start :blank :indent 54template 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.
56Recycle javadoc comment code from the more general template set." 56Recycle 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
61template group-comment-end :blank :indent 61template 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 group of declarations.
63Recycle javadoc comment code from the more general template set." 63Recycle javadoc comment code from the more general template set."
64---- 64----
65{{>:classdecl:javadoc-function-group-end}} 65{{>:classdecl:javadoc-function-group-end}}
@@ -69,14 +69,14 @@ Recycle javadoc comment code from the more general template set."
69context classdecl 69context classdecl
70 70
71template group-comment-start :blank :indent 71template 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.
73Recycle javadoc comment code from the more general template set." 73Recycle 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
78template group-comment-end :blank :indent 78template 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 group of declarations.
80Recycle javadoc comment code from the more general template set." 80Recycle javadoc comment code from the more general template set."
81---- 81----
82{{>:classdecl:javadoc-function-group-end}} 82{{>:classdecl:javadoc-function-group-end}}
diff --git a/etc/srecode/ede-make.srt b/etc/srecode/ede-make.srt
index 81142bf94d2..09551b4f539 100644
--- a/etc/srecode/ede-make.srt
+++ b/etc/srecode/ede-make.srt
@@ -1,6 +1,6 @@
1;; ede-make.srt --- SRecode templates for Makefiles used by EDE. 1;; ede-make.srt --- SRecode templates for Makefiles used by EDE.
2 2
3;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. 3;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
diff --git a/etc/srecode/el.srt b/etc/srecode/el.srt
index 5bd3538be63..9ef258ca85a 100644
--- a/etc/srecode/el.srt
+++ b/etc/srecode/el.srt
@@ -1,6 +1,6 @@
1;;; el.srt --- SRecode templates for Emacs Lisp mode 1;;; el.srt --- SRecode templates for Emacs Lisp mode
2 2
3;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. 3;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4 4
5;; Author: Eric Ludlam <zappo@gnu.org> 5;; Author: Eric Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/getset-cpp.srt b/etc/srecode/getset-cpp.srt
index fcd456b7ed7..3fb15f5f9da 100644
--- a/etc/srecode/getset-cpp.srt
+++ b/etc/srecode/getset-cpp.srt
@@ -1,6 +1,6 @@
1;;; getset-cpp.srt --- SRecode templates for C++ class getter/setters. 1;;; getset-cpp.srt --- SRecode templates for C++ class getter/setters.
2 2
3;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. 3;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
diff --git a/etc/srecode/java.srt b/etc/srecode/java.srt
index 764c6fb1ed5..c449f0d77c9 100644
--- a/etc/srecode/java.srt
+++ b/etc/srecode/java.srt
@@ -1,6 +1,6 @@
1;; java.srt 1;; java.srt
2 2
3;; Copyright (C) 2009 Free Software Foundation, Inc. 3;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
@@ -178,4 +178,4 @@ template javadoc-section-comment :blank :indent
178---- 178----
179 179
180 180
181;; end \ No newline at end of file 181;; end
diff --git a/etc/srecode/make.srt b/etc/srecode/make.srt
index 3c9440b7917..81ce50ed464 100644
--- a/etc/srecode/make.srt
+++ b/etc/srecode/make.srt
@@ -1,6 +1,6 @@
1;; make.srt 1;; make.srt
2 2
3;; Copyright (C) 2009 Free Software Foundation, Inc. 3;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
@@ -76,4 +76,4 @@ template include :blank
76include {{?NAME}} 76include {{?NAME}}
77---- 77----
78 78
79;; end \ No newline at end of file 79;; end
diff --git a/etc/srecode/template.srt b/etc/srecode/template.srt
index 87cce2f3199..dd2dce0d947 100644
--- a/etc/srecode/template.srt
+++ b/etc/srecode/template.srt
@@ -1,6 +1,6 @@
1;;; template.srt --- Templates for Semantic Recoders 1;;; template.srt --- Templates for Semantic Recoders
2 2
3;; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc. 3;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4 4
5;; Author: Eric Ludlam <zappo@gnu.org> 5;; Author: Eric Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/test.srt b/etc/srecode/test.srt
index 4c68f8ba176..8ae5aedaeee 100644
--- a/etc/srecode/test.srt
+++ b/etc/srecode/test.srt
@@ -1,6 +1,6 @@
1;; test.srt --- SRecode templates for testing 1;; test.srt --- SRecode templates for testing
2 2
3;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. 3;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
@@ -145,4 +145,4 @@ OUTSIDE SECTION: $UTESTVAR1$
145INSIDE SECTION: $#A$$UTESTVAR1$$/A$ 145INSIDE SECTION: $#A$$UTESTVAR1$$/A$
146---- 146----
147 147
148;; end \ No newline at end of file 148;; end
diff --git a/etc/srecode/texi.srt b/etc/srecode/texi.srt
index 06a12b05690..4d6a05942cf 100644
--- a/etc/srecode/texi.srt
+++ b/etc/srecode/texi.srt
@@ -1,6 +1,6 @@
1;; texi.srt --- SRecode templates for Texinfo 1;; texi.srt --- SRecode templates for Texinfo
2 2
3;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. 3;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6
diff --git a/etc/srecode/wisent.srt b/etc/srecode/wisent.srt
index 51fcf85e689..5fe5d69e110 100644
--- a/etc/srecode/wisent.srt
+++ b/etc/srecode/wisent.srt
@@ -1,6 +1,6 @@
1;; wisent.srt --- SRecode templates for Emacs/WISENT grammar files. 1;; wisent.srt --- SRecode templates for Emacs/WISENT grammar files.
2 2
3;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. 3;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6 6