X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fdimension.h;h=caee49d253a5f319bfcc2db94495ee618a6d2fb8;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=67d63b9e210e8f1fd11a73bf5878b518399a98ee;hpb=38fce2feaced45d99f3e78ee8e877f2c37aa6bd1;p=lyx.git diff --git a/src/dimension.h b/src/dimension.h index 67d63b9e21..caee49d253 100644 --- a/src/dimension.h +++ b/src/dimension.h @@ -1,14 +1,12 @@ // -*- C++ -*- - /** - * \file dimension.h - * - * This file is part of LyX, the document processor. - * Licence details can be found in the file COPYING. + * \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 + * \author André Pönitz * - * Full author contact details are available in file CREDITS. + * Full author contact details are available in file CREDITS. */ #ifndef DIMENSION_H @@ -48,7 +46,7 @@ public: public: /// these are intentionally public as things like /// - /// dim.asc += 20; + /// dim.asc += 20; /// /// are used all over the place and "hiding" those behind ///