summaryrefslogtreecommitdiff
path: root/templates/auto-insert/template.hh
blob: 408e09d0e78e9f674cbae05850d1a78e5bdb1edc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * @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