MultiMarkdown-6/templates/template.h.in
2017-01-18 22:43:15 -05:00

37 lines
397 B
C

/**
@My_Project_Title@ -- @My_Project_Description@
@file file.h
@brief
@author @My_Project_Author@
@bug
**/
/*
@My_Project_Copyright@
@My_Project_License_Indented@
*/
#ifndef FILE_@My_Project_Title_Caps@_H
#define FILE_@My_Project_Title_Caps@_H
#ifdef TEST
#include "CuTest.h"
#endif
/// This is a sample function with a doxygen description.
// void void_f(void);
#endif