initial commit
This commit is contained in:
3
templates/.gitignore
vendored
Executable file
3
templates/.gitignore
vendored
Executable file
@@ -0,0 +1,3 @@
|
||||
build-*
|
||||
*.user
|
||||
experiments
|
||||
7
templates/c_cpp_header_template.txt
Executable file
7
templates/c_cpp_header_template.txt
Executable file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
@file %FILENAME%
|
||||
@author %USER%
|
||||
@date %DATE%
|
||||
@brief %CLASS%
|
||||
**/
|
||||
|
||||
8
templates/qt_creator_all_available_variables_for_header
Executable file
8
templates/qt_creator_all_available_variables_for_header
Executable file
@@ -0,0 +1,8 @@
|
||||
%YEAR%: Year
|
||||
%MONTH%: Month
|
||||
%DAY%: Day of the month
|
||||
%DATE%: Date
|
||||
%USER%: Username
|
||||
%FILENAME%: File name
|
||||
%CLASS%: Class name (if applicable)
|
||||
%$VARIABLE%: Contents of environment variable VARIABLE.
|
||||
Reference in New Issue
Block a user