31 lines
937 B
Text
31 lines
937 B
Text
|
$
|
||
|
$ =============================================================
|
||
|
$ ========== USER MACROS ======================================
|
||
|
$ =============================================================
|
||
|
$
|
||
|
|AUTHOR| = YOUR NAME
|
||
|
|AUTHORREF| =
|
||
|
|EMAIL| =
|
||
|
|COMPANY| =
|
||
|
|COPYRIGHT| = Copyright (c) |YEAR|, |AUTHOR|
|
||
|
|STYLE| = default
|
||
|
$
|
||
|
$ =============================================================
|
||
|
$ ========== FILE INCLUDES ====================================
|
||
|
$ =============================================================
|
||
|
$
|
||
|
|includefile| = c.comments.template
|
||
|
|includefile| = c.cpp.template
|
||
|
|includefile| = c.idioms.template
|
||
|
|includefile| = c.preprocessor.template
|
||
|
|includefile| = c.statements.template
|
||
|
$
|
||
|
== IF |STYLE| IS CPP ==
|
||
|
|includefile| = cpp.comments.template
|
||
|
|includefile| = cpp.cpp.template
|
||
|
|includefile| = cpp.idioms.template
|
||
|
|includefile| = cpp.preprocessor.template
|
||
|
|includefile| = cpp.statements.template
|
||
|
== ENDIF ==
|
||
|
$
|