]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondrawlinerectangle.h
First steps in fixing/cleaning up preview/snapper rendering.
[architektonas] / src / actions / actiondrawlinerectangle.h
index 829ea2e579b648a206f67e62ae9329ca1f6295ed..7e7fa92fc2e19ebe6449ac44ded50a6430549ec5 100644 (file)
@@ -41,17 +41,11 @@ class ActionDrawLineRectangle: public ActionInterface
                virtual void updateToolBar();
 
        protected:
-               /**
-                * Line data for the 4 lines.
-                */
+               /** Line data for the 4 lines. */
                RS_LineData data[4];
-               /**
-                * 1st corner.
-                */
+               /** 1st corner. */
                Vector corner1;
-               /**
-                * 2nd corner.
-                */
+               /** 2nd corner. */
                Vector corner2;
 };