summaryrefslogtreecommitdiff
path: root/templates/auto-insert/template.hh
blob: 0f9cb8e24c316b433a712fac790a3b71b0942c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * @file `(buffer-name)`
 * @brief $1
 *
 * $2
 *
 * @author MAGIT_USER or SYSTEM_USER
 * @date `(format-time-string "%Y-%m-%d")`
 */

#ifndef `(git-include-guard-path)`
#define `(git-include-guard-path)`

$0

#endif