X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_commentinset.h;h=9776de4f75c7b5b7bf0644de4ee8db499f72e1cf;hb=7338f3b980d4dc5793ff80be814b7a74e1c72274;hp=c324482b6b37ad08f973c40f588074d855ebaea9;hpb=285952e13002efe5d69a890e6e2a924b0c294808;p=lyx.git diff --git a/src/mathed/math_commentinset.h b/src/mathed/math_commentinset.h index c324482b6b..9776de4f75 100644 --- a/src/mathed/math_commentinset.h +++ b/src/mathed/math_commentinset.h @@ -1,18 +1,23 @@ // -*- C++ -*- +/** + * \file math_commentinset.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 MATH_COMMENTINSET_H #define MATH_COMMENTINSET_H #include "math_nestinset.h" -/** Inset for end-of-line comments - * \author André Pönitz - * - * Full author contact details are available in file CREDITS - */ - class latexkeys; +/// Inset for end-of-line comments class MathCommentInset : public MathNestInset { public: /// @@ -20,7 +25,7 @@ public: /// explicit MathCommentInset(string const &); /// - MathInset * clone() const; + virtual std::auto_ptr clone() const; /// void metrics(MetricsInfo & mi, Dimension & dim) const; ///