summaryrefslogtreecommitdiff
path: root/templates/auto-insert/template.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/auto-insert/template.h16
-rw-r--r--templates/auto-insert/template.hh16
2 files changed, 0 insertions, 32 deletions
diff --git a/templates/auto-insert/template.h b/templates/auto-insert/template.h
deleted file mode 100644
index 408e09d..0000000
--- a/templates/auto-insert/template.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * @file `(buffer-name)`
- * @brief $1
- *
- * $2
- *
- * @author `user-full-name`
- * @date `(format-time-string "%Y-%m-%d")`
- */
-
-#ifndef `(git-include-guard-path)`
-#define `(git-include-guard-path)`
-
-$0
-
-#endif
diff --git a/templates/auto-insert/template.hh b/templates/auto-insert/template.hh
deleted file mode 100644
index 408e09d..0000000
--- a/templates/auto-insert/template.hh
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * @file `(buffer-name)`
- * @brief $1
- *
- * $2
- *
- * @author `user-full-name`
- * @date `(format-time-string "%Y-%m-%d")`
- */
-
-#ifndef `(git-include-guard-path)`
-#define `(git-include-guard-path)`
-
-$0
-
-#endif