summaryrefslogtreecommitdiffstats
path: root/Tools/templates/source_template.hcc
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/templates/source_template.hcc')
-rw-r--r--Tools/templates/source_template.hcc34
1 files changed, 34 insertions, 0 deletions
diff --git a/Tools/templates/source_template.hcc b/Tools/templates/source_template.hcc
new file mode 100644
index 0000000..657abd5
--- /dev/null
+++ b/Tools/templates/source_template.hcc
@@ -0,0 +1,34 @@
+/*! \file header_templace.hcc
+ *
+ * \section generic Message build up information and more
+ *
+ * \section project Project information.
+ * Project Graphic Equalizer\n
+ * \author
+ * \date 20041011
+ * \version 0.1
+ *
+ * \section copyright Copyright
+ * Copyright ©2004 Koninklijke Philips Electronics N.V. All rights reserved
+ *
+ * \section history Change history
+ * 20041011: \n Initial version
+ *
+ ********************************************************************/
+
+/******** System Includes *************/
+
+/******** Application Includes ********/
+
+
+
+/*! \fn void main(void);
+ * \brief
+ *
+ * \param void
+ *
+ * \return void
+ * \retval void
+ */
+void main(void) {
+} /* --- main() --- */