diff options
Diffstat (limited to '')
| -rw-r--r-- | templates/auto-insert/template.hh | 16 |
1 files changed, 0 insertions, 16 deletions
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 |
