]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulamacro.h
Fix.
[lyx.git] / src / mathed / formulamacro.h
index d29949a17b12ab1032416b8a9bee235207b4c8b8..01815f10977c50bc14d8f8f7db270d940d95edf0 100644 (file)
@@ -1,17 +1,15 @@
 // -*- C++ -*-
+
 /*
- *  File:        formula.h
- *  Purpose:     Declaration of formula inset
- *  Author:      Alejandro Aguilar Sierra <asierra@servidor.unam.mx>
- *  Created:     January 1996
- *  Description: Allows the edition of math paragraphs inside Lyx.
+ *  Main LyX Inset for defining math macros
  *
- *  Copyright: 1996, Alejandro Aguilar Sierra
+ *  \author Alejandro Aguilar Sierra
+ *  \author André Pönitz
  *
- *  Version: 0.4, Lyx project.
+ *  Full author contact details are available in file CREDITS
  *
- *   You are free to use and modify this code under the terms of
- *   the GNU General Public Licence version 2 or later.
+ *  You are free to use and modify this code under the terms of
+ *  the GNU General Public Licence version 2 or later.
  */
 
 #ifndef INSET_FORMULA_MACRO_H
@@ -19,9 +17,6 @@
 
 #include "formulabase.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 class MathMacroTemplate;