]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.h
Fix comments and whitespace.
[lyx.git] / src / mathed / InsetMathStackrel.h
index 707985b4bea522808fbc9cf2f9d0d0468fb62d45..88f080071363391ff117d651f5f836c37b337d7b 100644 (file)
 
 namespace lyx {
 
-
-/** Stackrel objects
- *  \author André Pönitz
- *
- * Full author contact details are available in file CREDITS.
- */
 class InsetMathStackrel : public InsetMathFracBase {
 public:
        ///
@@ -44,7 +38,5 @@ private:
        virtual Inset * clone() const;
 };
 
-
-
 } // namespace lyx
 #endif