-/*
+/**
+
+ @My_Project_Title@
+
+ @file file.c
+
+ @brief @My_Project_Description@
+
- file.c -- @My_Project_Title@
+ @author @My_Project_Author@
+ @bug
+
+**/
+
+/*
@My_Project_Copyright@
*/
+
#include "file.h"
int void_function(void) {
-/*
+/**
- file.h -- @My_Project_Title@
+ @My_Project_Title@
- @My_Project_Copyright@
+ @file file.h
+ @brief @My_Project_Description@
- @My_Project_License_Indent@
-*/
+ @author @My_Project_Author@
+ @bug
-/**
+**/
-@file
+/*
+
+ @My_Project_Copyright@
-@brief @My_Project_Description@
-**/
+ @My_Project_License_Indent@
+
+*/
#ifndef FILE_@My_Project_Title_Caps@_H