]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/dimension.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / dimension.h
index ca19dee251b37041a37d04c20f858da961f8c310..7edfcaf153eab3f28b9c6c59eeb960e1c2cffa6f 100644 (file)
@@ -1,10 +1,25 @@
+// -*- C++ -*-
+
+/**
+ *  \file dimension.h
+ *
+ *  This file is part of LyX, the document processor.
+ *  Licence details can be found in the file COPYING.
+ *
+ *  \author André Pönitz
+ *
+ *  Full author contact details are available in file CREDITS.
+ */
+
 #ifndef DIMENSION_H
 #define DIMENSION_H
 
+
 #include <iosfwd>
 
 class LyXFont;
 
+/// Simple wrapper around three ints
 class Dimension {
 public:
        /// constructor
@@ -27,7 +42,7 @@ public:
        /// get width
        int width() const { return w; }
 
-public:        
+public:
        /// width
        int w;
        /// ascent