summaryrefslogtreecommitdiffstats
path: root/src/SrcHead.config
diff options
context:
space:
mode:
Diffstat (limited to 'src/SrcHead.config')
-rw-r--r--src/SrcHead.config19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/SrcHead.config b/src/SrcHead.config
new file mode 100644
index 0000000..4f70e49
--- /dev/null
+++ b/src/SrcHead.config
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<config>
+ <headerpath>header.txt</headerpath>
+ <filetypes>
+ <extension comment="//">cpp</extension>
+ <extension comment="//">c</extension>
+ <extension comment="//">hpp</extension>
+ <extension comment="//">h</extension>
+ </filetypes>
+ <exclude>
+ <extension>generated.cs</extension>
+ </exclude>
+ <macros>
+ <macro name="AUTHOR">Solvasoft</macro>
+ <macro name="COPYRIGHT">Copyright (C) 2011 Solvasoft. All rights reserved.</macro>
+ <macro name="EMAIL">info@solvasoft.nl</macro>
+ <macro name="WEBSITE">http://www.solvasoft.com</macro>
+ </macros>
+</config>