]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sqrtinset.h
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / math_sqrtinset.h
index 60a39b377028796cbd483499cf896d27e2c7f21c..5c73159ae858dc17d6f0db862a8e1dbab1569684 100644 (file)
@@ -4,8 +4,10 @@
 
 #include "math_parinset.h"
 
-///
-class MathSqrtInset: public MathParInset {
+/** The square root inset.
+    \author Alejandro Aguilar Siearra
+ */
+class MathSqrtInset : public MathParInset {
 public:
        ///
        MathSqrtInset(short st = LM_ST_TEXT);
@@ -21,6 +23,8 @@ public:
        bool Inside(int, int);
 private:
        ///
-       int hmax, wbody;
+       int hmax_;
+       ///
+       int wbody_;
 };
 #endif