Hello,
I was wondering if there is a plugin/tool for Qt creator that can add a 'header' to a source-file which mentions the name of the creator of the file, creation + edit date and a description of the file.
Something like:
/*************************
** Creator: A noob c++ programmer
** Creation date: 1000bc
** Last edited: 1000ad
** Description: this is a class, used to teach children stuff
** Comment: Got the joke? Class, class... ok I know, it's a silly one
** ToDO: Start coding, there isn't anything in this file!
*************************/
Is there a tool that can generate this stuff on top of the source file?
Thanks!
Bookmarks