mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Update C++ file templates
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user