diff options
Diffstat (limited to 'etc/srecode/cpp.srt')
-rw-r--r-- | etc/srecode/cpp.srt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/srecode/cpp.srt b/etc/srecode/cpp.srt index 444c14d819d..6468eadc1d5 100644 --- a/etc/srecode/cpp.srt +++ b/etc/srecode/cpp.srt @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. set mode "c++-mode" @@ -56,7 +56,7 @@ Override this to affect applications, or the outer class structure for the user-facing template." ---- class {{?NAME}} {{#PARENTS}}{{#FIRST}}: {{/FIRST}}public {{NAME}}{{/PARENTS}} -{ +{ {{^}} }; ---- @@ -111,7 +111,7 @@ Override this with your own preference to avoid using doxygen." ---- ;;; DOXYGEN FEATURES -;; +;; ;; context classdecl |