]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_decorationinset.h
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / math_decorationinset.h
index ea8c70957a046d71215b50c5b786359ad6f81491..dec31955cc0a2956c9dadeae86d6ea87fd1301eb 100644 (file)
@@ -3,7 +3,9 @@
 
 #include "math_parinset.h"
 
-/// Decorations over (below) a math object
+/** Decorations over (below) a math object
+    \author Alejandro Aguilar Sierra
+ */
 class MathDecorationInset: public MathParInset {
 public:
        ///
@@ -17,13 +19,17 @@ public:
        ///
        void Metrics();
        ///
-       inline bool GetLimits() const;
-protected:
+       bool GetLimits() const;
+private:
        ///
-       int deco;
+       int deco_;
        ///
-       bool upper;
+       bool upper_;
        ///
-       int dw, dh, dy;
+       int dw_;
+       ///
+       int dh_;
+       ///
+       int dy_;
 };
 #endif