]> git.lyx.org Git - lyx.git/blobdiff - src/FontInfo.h
Do not check for LaTeX fonts if we use nonTeXFont
[lyx.git] / src / FontInfo.h
index 7e2db94de06c102fbf33fa11e0ca27a6af00ebf1..b471c297194f8ec71063ff6470cd0459ea02d78f 100644 (file)
@@ -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);