doomemacs/private/templates/c++-mode/@@.cpp

17 lines
295 B
C++
Raw Normal View History

2015-06-24 21:32:34 +08:00
# -*- mode: snippet -*-
# group: file templates
# contributor: Henrik Lissner
# --
/**
* @file
* @author `user-full-name` <`user-mail-address`>
* @version ${1:0.1}
* @since $1 @ `(format-time-string "%Y-%m-%d")`
*
* @section DESCRIPTION
*
* ${2:Some description of this file}
*/
$0