]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_root.h
make doc++ able to generate the source documentation for lyx
[features.git] / src / mathed / math_root.h
index c91f96d90305a656b76b3880d629c785d98fcef1..5a8aa95bc48e4d686ba0015f4878085760f08762 100644 (file)
 
 ///
 class MathRootInset: public MathSqrtInset {
- public:
+public:
     ///
+    explicit
     MathRootInset(short st = LM_ST_TEXT);
     ///
-    //    MathRootInset(MathSqrtInset &);
-    ///
     ~MathRootInset();
     ///
     MathedInset * Clone();
     ///
     void draw(Painter &, int x, int baseline);
     ///
-    void Write(std::ostream &);
+    void Write(std::ostream &, bool fragile);
     ///
     void Metrics();
     ///
@@ -60,7 +59,7 @@ class MathRootInset: public MathSqrtInset {
     ///
     void  SetStyle(short);
 
- protected:
+protected:
     ///
     int idx;
     ///