X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=doc%2Fheaders%2Fgnu_header.h;h=5e74be08aad069af96fa3fae99464a96f7cfb25a;hb=d19bd1c50b04ae87feaf21d4fb41e0f6819d80f6;hp=4c3eb2e1a1881df9bd817e83202fcfd39c8365ea;hpb=e5f4d647d5b8d83155fc4b142626fc204cc2c15b;p=feisty_meow.git diff --git a/doc/headers/gnu_header.h b/doc/headers/gnu_header.h index 4c3eb2e1..5e74be08 100644 --- a/doc/headers/gnu_header.h +++ b/doc/headers/gnu_header.h @@ -1,9 +1,9 @@ -#ifndef {NAME}_CLASS -#define {NAME}_CLASS +#ifndef NAMEOF_CLASS +#define NAMEOF_CLASS ////////////// -// Name : {class name} -// Author : {your name} +// Name : THISCLASSNAME +// Author : Chris Koeritz // Rights : Copyright (c) 2012-$now By Author ////////////// // This file is free software; you can modify/redistribute it under the terms @@ -14,13 +14,8 @@ //! brief description goes here. /*! detailed description goes here. +... */ -////////////// - -// class definition goes here....... - -////////////// - #endif