From: Fletcher T. Penney Date: Sat, 27 Jun 2015 23:57:23 +0000 (-0400) Subject: add doxygen features to template X-Git-Tag: 0.1.0a~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de2a36c0623a2021db4bd0799b6ccfda042bfc3a;p=multimarkdown add doxygen features to template --- diff --git a/templates/template.h.in b/templates/template.h.in index e135985..5c446ad 100644 --- a/templates/template.h.in +++ b/templates/template.h.in @@ -9,6 +9,15 @@ */ +/** + +@file + +@brief @My_Project_Description + +**/ + + #ifndef FILE_@My_Project_Title_Caps@_H #define FILE_@My_Project_Title_Caps@_H @@ -17,4 +26,7 @@ #endif +/// This is a sample function with a doxygen description. +// void void_f(void); + #endif