Update C++ file templates
This commit is contained in:
parent
41efd16a62
commit
482e70f32f
3 changed files with 7 additions and 19 deletions
|
@ -5,12 +5,10 @@
|
|||
/**
|
||||
* @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}
|
||||
* @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,16 +5,10 @@
|
|||
/**
|
||||
* @file
|
||||
* @author `user-full-name` <`user-mail-address`>
|
||||
* @version ${1:0.1}
|
||||
*
|
||||
* @section DESCRIPTION
|
||||
*
|
||||
* ${2:Some description of this file}
|
||||
* @version 0.1
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -5,12 +5,8 @@
|
|||
/**
|
||||
* @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}
|
||||
* @version 0.1
|
||||
* @since 0.1 @ `(format-time-string "%Y-%m-%d")`
|
||||
*/
|
||||
|
||||
#include <Windows.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue