]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stackrelinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_stackrelinset.h
index 5f6b8fe9805fbdb7ed4f0e5d3002f86581ca5b83..e8f64b2ca9ca41693e296cd887ecf172af6d8829 100644 (file)
@@ -9,7 +9,9 @@
 #endif
 
 /** Stackrel objects
-    \author André Pönitz
+ *  \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
  */
 class MathStackrelInset : public MathFracbaseInset {
 public:
@@ -18,9 +20,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MathMetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(MathPainterInfo & pi, int x, int y) const;
 
        ///
        void write(WriteStream & os) const;