X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontInfo.h;h=b471c297194f8ec71063ff6470cd0459ea02d78f;hb=1e190a2af27ca99831f51567c16e6b39bf4317c3;hp=7e2db94de06c102fbf33fa11e0ca27a6af00ebf1;hpb=0c1ff6d89e72ae82e4a68f99934b735ade5fea5c;p=lyx.git diff --git a/src/FontInfo.h b/src/FontInfo.h index 7e2db94de0..b471c29719 100644 --- a/src/FontInfo.h +++ b/src/FontInfo.h @@ -56,8 +56,8 @@ public: /// Increases font size by one FontInfo & incSize(); - /// Accessor methods. - ///@{ + /// \name Accessor methods + //@{ FontFamily family() const { return family_; } void setFamily(FontFamily f) { family_ = f; } FontSeries series() const { return series_; } @@ -84,7 +84,7 @@ public: void setColor(ColorCode c) { color_ = c; } ColorCode background() const { return background_; } void setBackground(ColorCode b) { background_ = b; } - ///@} + //@} /// void update(FontInfo const & newfont, bool toggleall);