cmake_cpputest_template/.template_files/modules/module_name.h
jake a7f51ff472 updates template header
Added doxygen style comment to heaeder at file level.
2025-07-13 00:30:42 -07:00

14 lines
189 B
C

/*
* @file module_name.h
* @Author Jake Goodwin
* @Date todays_date
* @brief module_purpose
*/
#ifndef module_name
#define module_name
int add_two(int a);
#endif //module_name