Remove coupling with user-mail-address

This commit is contained in:
Henrik Lissner 2015-09-28 19:26:43 -04:00
parent dd3f273e0b
commit 7914e03dad
5 changed files with 0 additions and 28 deletions

View file

@ -2,13 +2,6 @@
# group: file templates
# contributor: Henrik Lissner
# --
/**
* @file
* @author `user-full-name` <`user-mail-address`>
* @version 0.1
* @since 0.1 @ `(format-time-string "%Y-%m-%d")`
*/
#include "`(file-name-nondirectory (file-name-sans-extension (buffer-file-name)))`.h"
$0

View file

@ -2,12 +2,6 @@
# group: file templates
# contributor: Henrik Lissner
# --
/**
* @file
* @author `user-full-name` <`user-mail-address`>
* @version 0.1
*/
#include <iostream>
using namespace std;

View file

@ -2,13 +2,6 @@
# group: file templates
# contributor: Henrik Lissner
# --
/**
* @file
* @author `user-full-name` <`user-mail-address`>
* @version 0.1
* @since 0.1 @ `(format-time-string "%Y-%m-%d")`
*/
#include <Windows.h>
int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)

View file

@ -2,13 +2,6 @@
# group: file templates
# contributor: Henrik Lissner
# --
/**
* @file
* @author `user-full-name` <`user-mail-address`>
* @version 0.1
* @since 0.1 @ `(format-time-string "%Y-%m-%d")`
*/
#include "`(file-name-nondirectory (file-name-sans-extension (buffer-file-name)))`.h"
$0

View file

@ -5,7 +5,6 @@
# ${1:Project Title}
#
# @file
# @author `user-full-name` <`user-mail-address`>
# @version 0.1
$0