]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dotsinset.h
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / math_dotsinset.h
index e605aaa6e2de06328c4254abee3a1dcbe881b595..03b6327cbf0b0db2893c3474ffd6eaa19b3db98e 100644 (file)
@@ -4,7 +4,7 @@
 #include "math_inset.h"
 #include "math_defs.h"
 
-///
+/// The different kinds of ellipsis
 class MathDotsInset: public MathedInset {
 public:
        ///
@@ -19,6 +19,8 @@ public:
        void Metrics();
 protected:
        ///
-       int dh, code;
+       int dh_;
+       ///
+       int code_;
 };   
 #endif