]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / mathed / InsetMathStackrel.h
index 707985b4bea522808fbc9cf2f9d0d0468fb62d45..11160c37ef95ab27bd927277310dc528b5231b50 100644 (file)
 
 namespace lyx {
 
-
-/** Stackrel objects
- *  \author André Pönitz
- *
- * Full author contact details are available in file CREDITS.
- */
 class InsetMathStackrel : public InsetMathFracBase {
 public:
        ///
@@ -38,13 +32,15 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       /// 
+       void validate(LaTeXFeatures &) const;
+       ///
        InsetCode lyxCode() const { return MATH_STACKREL_CODE; }
 
 private:
        virtual Inset * clone() const;
 };
 
-
-
 } // namespace lyx
 #endif