summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-11-29 10:27:10 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-11-29 10:27:10 (GMT)
commit7870abe95758f73eb485dcbcf8b0880cc7fb5030 (patch)
tree4c1abade80efc596d4e560c808376f9f5246a58b /Tools
parentfb539fd440154c95f3dd5e47dfb4f8e19a4ae2a6 (diff)
downloadTASS-7870abe95758f73eb485dcbcf8b0880cc7fb5030.zip
TASS-7870abe95758f73eb485dcbcf8b0880cc7fb5030.tar.gz
TASS-7870abe95758f73eb485dcbcf8b0880cc7fb5030.tar.bz2
Replaced \ with @ as this is the prevered method now.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/templates/header_template.hch16
-rw-r--r--Tools/templates/source_template.hcc26
2 files changed, 21 insertions, 21 deletions
diff --git a/Tools/templates/header_template.hch b/Tools/templates/header_template.hch
index 7acf412..242befe 100644
--- a/Tools/templates/header_template.hch
+++ b/Tools/templates/header_template.hch
@@ -1,17 +1,17 @@
-/*! \file header_templace.hch
+/*! @file header_template.hch
*
- * \section generic Message build up information and more
+ * @section generic Message build up information and more
*
- * \section project Project information.
+ * @section project Project information.
* Project Graphic Equalizer\n
- * \author
- * \date 20041011
- * \version 0.1
+ * @author
+ * @date 20041011
+ * @version 0.1
*
- * \section copyright Copyright
+ * @section copyright Copyright
* Copyright ©2004 Koninklijke Philips Electronics N.V. All rights reserved
*
- * \section history Change history
+ * @section history Change history
* 20041011: \n Initial version
*
********************************************************************/
diff --git a/Tools/templates/source_template.hcc b/Tools/templates/source_template.hcc
index 657abd5..777680c 100644
--- a/Tools/templates/source_template.hcc
+++ b/Tools/templates/source_template.hcc
@@ -1,17 +1,17 @@
-/*! \file header_templace.hcc
+/*! @file header_templace.hcc
*
- * \section generic Message build up information and more
+ * @section generic Message build up information and more
*
- * \section project Project information.
+ * @section project Project information.
* Project Graphic Equalizer\n
- * \author
- * \date 20041011
- * \version 0.1
+ * @author
+ * @date 20041011
+ * @version 0.1
*
- * \section copyright Copyright
+ * @section copyright Copyright
* Copyright ©2004 Koninklijke Philips Electronics N.V. All rights reserved
*
- * \section history Change history
+ * @section history Change history
* 20041011: \n Initial version
*
********************************************************************/
@@ -22,13 +22,13 @@
-/*! \fn void main(void);
- * \brief
+/*! @fn void main(void);
+ * @brief
*
- * \param void
+ * @param void
*
- * \return void
- * \retval void
+ * @return void
+ * @retval void
*/
void main(void) {
} /* --- main() --- */