X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_fracinset.h;h=90ea9c9fd755026bb7c5d378b6861ff1e3c6353b;hb=3e93baac3cd18e27db3eb2a1fcaf90b25e0918a6;hp=c0621dad00b37376cf6d8d3dba687602f51a297a;hpb=4ba8a4d6f603c01d7ab7dfa937dc6072ef5db1f2;p=lyx.git diff --git a/src/mathed/math_fracinset.h b/src/mathed/math_fracinset.h index c0621dad00..90ea9c9fd7 100644 --- a/src/mathed/math_fracinset.h +++ b/src/mathed/math_fracinset.h @@ -1,15 +1,22 @@ // -*- C++ -*- +/** + * \file math_fracinset.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Alejandro Aguilar Sierra + * \author André Pönitz + * + * Full author contact details are available in file CREDITS. + */ + #ifndef MATH_FRACINSET_H #define MATH_FRACINSET_H #include "math_fracbase.h" -/** Fraction like objects (frac, binom) - * \author Alejandro Aguilar Sierra - * - * Full author contact details are available in file CREDITS - */ +/// Fraction like objects (frac, binom) class MathFracInset : public MathFracbaseInset { public: /// @@ -29,7 +36,7 @@ public: /// identifies FracInsets MathFracInset const * asFracInset() const; /// - string name() const; + std::string name() const; /// void write(WriteStream & os) const;