]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_envinset.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_envinset.h
index e19faf2e8095d2b965c9283b0794b05409e36f18..363554a1b139a27c2c02ed90eb934a9a824cf784 100644 (file)
@@ -5,12 +5,11 @@
 #include "math_nestinset.h"
 #include "math_metricsinfo.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** Environtments á la \begin{something}...\end{something}
-    \author André Pönitz
+ *  \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
 */
 
 class MathEnvInset : public MathNestInset {