]> 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 f6eb141034b019292034ff38fc63cafc85e232e1..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:
        ///
@@ -18,12 +20,16 @@ public:
        void Metrics();
        ///
        bool GetLimits() const;
-protected:
+private:
        ///
-       int deco;
+       int deco_;
        ///
-       bool upper;
+       bool upper_;
        ///
-       int dw, dh, dy;
+       int dw_;
+       ///
+       int dh_;
+       ///
+       int dy_;
 };
 #endif