/** * @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