diff options
Diffstat (limited to 'parts/filecreate/file-templates/dox')
-rw-r--r-- | parts/filecreate/file-templates/dox | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/parts/filecreate/file-templates/dox b/parts/filecreate/file-templates/dox new file mode 100644 index 00000000..fda0e141 --- /dev/null +++ b/parts/filecreate/file-templates/dox @@ -0,0 +1,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. + +*/ + |