]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_rootinset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_rootinset.h
index 6cc4c518a7368900b0caa7c14526454f1e031523..d4debe2821d6694b75e37f605a75d23548eb1ff6 100644 (file)
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-/*
+/**
  *  File:        math_root.h
  *  Purpose:     Declaration of the root object
  *  Author:      Alejandro Aguilar Sierra <asierra@servidor.unam.mx>
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** The general n-th root inset.
-    \author Alejandro Aguilar Sierra
+ *  \author Alejandro Aguilar Sierra
+ *
+ * Full author contact details are available in file CREDITS
     \version January 1999
  */
 class MathRootInset : public MathNestInset {
@@ -45,7 +44,9 @@ public:
        ///
        void mathmlize(MathMLStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void maple(MapleStream &) const;
+       ///
+       void octave(OctaveStream &) const;
 };
 
 #endif