From de2a36c0623a2021db4bd0799b6ccfda042bfc3a Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Sat, 27 Jun 2015 19:57:23 -0400 Subject: [PATCH] add doxygen features to template --- templates/template.h.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.40.0