]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_amsarrayinset.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_amsarrayinset.h
index 7cf5e7e5c5efcd0e04949304a82e80bd9a9e5da2..7a96998f0e1c20ec43bfbe01e0f83cfa2d8ff40b 100644 (file)
@@ -4,14 +4,14 @@
 
 #include "math_gridinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
-//
-// used for [pbvV]matrix, psmatrix etc
-//
 
+/**
+ * Inset for things like [pbvV]matrix, psmatrix etc
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
+ */
 
 class MathAMSArrayInset : public MathGridInset {
 public: