summaryrefslogtreecommitdiffstats
path: root/parts/filecreate/file-templates/dox
blob: fda0e141812c38202264fb4be62400c934d0d846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/** \file $MODULE$.dox
  * \brief put an explanation here
  */

/** \page $MODULE$ put the page title here

\section put_sectionLabelName_here put section name here

Here comes the text <code>this is code</code>, the text is continued.

  - This is a item list
  - This is the second item!
  .

Here comes the text <code>this is code</code>, the text is continued.

\subsection put_subSectionLabelName_here put subsection name here

Subsection text.

*/