Update C++ file templates

This commit is contained in:
Henrik Lissner 2015-08-10 22:48:01 +02:00
parent 41efd16a62
commit 482e70f32f
3 changed files with 7 additions and 19 deletions

View file

@ -5,12 +5,10 @@
/** /**
* @file * @file
* @author `user-full-name` <`user-mail-address`> * @author `user-full-name` <`user-mail-address`>
* @version ${1:0.1} * @version 0.1
* @since $1 @ `(format-time-string "%Y-%m-%d")` * @since 0.1 @ `(format-time-string "%Y-%m-%d")`
*
* @section DESCRIPTION
*
* ${2:Some description of this file}
*/ */
#include "`(file-name-nondirectory (file-name-sans-extension (buffer-file-name)))`.h"
$0 $0

View file

@ -5,16 +5,10 @@
/** /**
* @file * @file
* @author `user-full-name` <`user-mail-address`> * @author `user-full-name` <`user-mail-address`>
* @version ${1:0.1} * @version 0.1
*
* @section DESCRIPTION
*
* ${2:Some description of this file}
*/ */
#include <iostream> #include <iostream>
#include <string>
#include <vector>
using namespace std; using namespace std;

View file

@ -5,12 +5,8 @@
/** /**
* @file * @file
* @author `user-full-name` <`user-mail-address`> * @author `user-full-name` <`user-mail-address`>
* @version ${1:0.1} * @version 0.1
* @since $1 @ `(format-time-string "%Y-%m-%d")` * @since 0.1 @ `(format-time-string "%Y-%m-%d")`
*
* @section DESCRIPTION
*
* ${2:Some description of this file}
*/ */
#include <Windows.h> #include <Windows.h>