Remove coupling with user-mail-address
This commit is contained in:
parent
dd3f273e0b
commit
7914e03dad
5 changed files with 0 additions and 28 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
# ${1:Project Title}
|
||||
#
|
||||
# @file
|
||||
# @author `user-full-name` <`user-mail-address`>
|
||||
# @version 0.1
|
||||
|
||||
$0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue