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
|
# group: file templates
|
||||||
# contributor: Henrik Lissner
|
# 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"
|
#include "`(file-name-nondirectory (file-name-sans-extension (buffer-file-name)))`.h"
|
||||||
|
|
||||||
$0
|
$0
|
||||||
|
|
|
@ -2,12 +2,6 @@
|
||||||
# group: file templates
|
# group: file templates
|
||||||
# contributor: Henrik Lissner
|
# contributor: Henrik Lissner
|
||||||
# --
|
# --
|
||||||
/**
|
|
||||||
* @file
|
|
||||||
* @author `user-full-name` <`user-mail-address`>
|
|
||||||
* @version 0.1
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
|
@ -2,13 +2,6 @@
|
||||||
# group: file templates
|
# group: file templates
|
||||||
# contributor: Henrik Lissner
|
# 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>
|
#include <Windows.h>
|
||||||
|
|
||||||
int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
|
int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
|
||||||
|
|
|
@ -2,13 +2,6 @@
|
||||||
# group: file templates
|
# group: file templates
|
||||||
# contributor: Henrik Lissner
|
# 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"
|
#include "`(file-name-nondirectory (file-name-sans-extension (buffer-file-name)))`.h"
|
||||||
|
|
||||||
$0
|
$0
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
# ${1:Project Title}
|
# ${1:Project Title}
|
||||||
#
|
#
|
||||||
# @file
|
# @file
|
||||||
# @author `user-full-name` <`user-mail-address`>
|
|
||||||
# @version 0.1
|
# @version 0.1
|
||||||
|
|
||||||
$0
|
$0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue