From efeb1f481412b309fbdd2c57f87a654fc7528efd Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Tue, 12 Oct 2004 07:37:52 +0000 Subject: Source Templates --- Tools/header_template.hch | 25 +++++++++++++++++++++++++ Tools/source_template.hcc | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 Tools/header_template.hch create mode 100644 Tools/source_template.hcc diff --git a/Tools/header_template.hch b/Tools/header_template.hch new file mode 100644 index 0000000..7acf412 --- /dev/null +++ b/Tools/header_template.hch @@ -0,0 +1,25 @@ +/*! \file header_templace.hch + * + * \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 + * + ********************************************************************/ + +#ifndef _HEADER_TEMPLATE_HCH +#define _HEADER_TEMPLATE_HCH 1 + +#else +#error "ERROR file header_templace.hch multiple times included" +#endif /* --- _HEADER_TEMPLATE_HCH --- */ + diff --git a/Tools/source_template.hcc b/Tools/source_template.hcc new file mode 100644 index 0000000..657abd5 --- /dev/null +++ b/Tools/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() --- */ -- cgit v0.12