]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracinset.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_fracinset.h
index 45197d59819825ae71c5bf5a3a29a42b623ca705..53ec035ca6be4e946f0f654ff4b6c09a8d3ce59b 100644 (file)
@@ -4,12 +4,11 @@
 
 #include "math_fracbase.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** Fraction like objects (frac, binom)
-    \author Alejandro Aguilar Sierra
+ *  \author Alejandro Aguilar Sierra
+ *
+ * Full author contact details are available in file CREDITS
  */
 class MathFracInset : public MathFracbaseInset {
 public:
@@ -35,11 +34,11 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
 public: