moved the recustomize alias into being a function, which allows it to support parameters.
[feisty_meow.git] / doc / headers / gnu_header.h
index 4c3eb2e1a1881df9bd817e83202fcfd39c8365ea..5e74be08aad069af96fa3fae99464a96f7cfb25a 100644 (file)
@@ -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
 //! brief description goes here.
 /*!
   detailed description goes here.
+...
 */
 
-//////////////
-
-// class definition goes here.......
-
-//////////////
-
 #endif