Created
January 21, 2015 19:07
-
-
Save peisenhower/7da11d8daec28fbd54d3 to your computer and use it in GitHub Desktop.
C header template with doxygen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @file [file name].h | |
* @authors [Author] | |
* @copyright [Copyright holder] | |
* | |
* @brief [description] | |
*/ | |
#pragma once |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have this simple script for generating a Doxygen header that I use. You can modify it to add the copyright fields.
It uses your Git config setup to grab your name and email address. You run it like:
and it returns: