]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_atom.h
Fix reading of math macros
[lyx.git] / src / mathed / math_atom.h
index 33b9d61824f932278be9cbfa0150d44422b819cc..760b8777b8c4bdea056014190564c23594e09cea 100644 (file)
@@ -7,6 +7,14 @@
 #pragma interface
 #endif
 
+/**
+ * Wrapper for MathInset * with copy-semantics
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
+ */
+
 /**
 The 'atom' is the major blob in math typesetting.  And 'atom' consists
 of a nucleus, an optional superscript, and an optional subscript.