]> git.lyx.org Git - lyx.git/commitdiff
Fix comments and whitespace.
authorRichard Heck <rgheck@comcast.net>
Thu, 31 Dec 2009 22:03:15 +0000 (22:03 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 31 Dec 2009 22:03:15 +0000 (22:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32722 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathStackrel.h

index 707985b4bea522808fbc9cf2f9d0d0468fb62d45..88f080071363391ff117d651f5f836c37b337d7b 100644 (file)
 
 namespace lyx {
 
 
 namespace lyx {
 
-
-/** Stackrel objects
- *  \author André Pönitz
- *
- * Full author contact details are available in file CREDITS.
- */
 class InsetMathStackrel : public InsetMathFracBase {
 public:
        ///
 class InsetMathStackrel : public InsetMathFracBase {
 public:
        ///
@@ -44,7 +38,5 @@ private:
        virtual Inset * clone() const;
 };
 
        virtual Inset * clone() const;
 };
 
-
-
 } // namespace lyx
 #endif
 } // namespace lyx
 #endif