]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtextclasslist.h
redraw fix 1.
[lyx.git] / src / lyxtextclasslist.h
index a84a05aac5f609948af3fcd07cd185824559d68a..a5aa7cedb98ffd7b768aeb8691a40afbf13d936a 100644 (file)
@@ -42,18 +42,14 @@ public:
        ///
        const_iterator end() const { return classlist.end(); }
 
-       /** Gets textclass number from name.
-           Returns -1 if textclass name does not exist
-       */
+       /// Gets textclass number from name, -1 if textclass name does not exist
        std::pair<bool, lyx::textclass_type> const
        NumberOfClass(string const & textclass) const;
 
        ///
        LyXTextClass const & operator[](lyx::textclass_type textclass) const;
 
-       /** Read textclass list.
-           Returns false if this fails
-       */
+       /// Read textclass list.  Returns false if this fails.
        bool Read();
 private:
        ///