]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
BufferParams.h: add comment
[lyx.git] / src / LaTeXFeatures.h
index f39699f66adad28313dd6471821e1c06f402f332..fecdad420ce7807fc91eced359bc4be054bbe7f7 100644 (file)
@@ -75,7 +75,7 @@ public:
        static bool isAvailable(std::string const & name);
        /// Has the package been required?
        bool isRequired(std::string const & name) const;
-       /* Is it necessary to load the package? This is true is
+       /* Is it necessary to load the package? This is true if
           isRequired is true and the feature is not provided by the
           textclass.
        */
@@ -118,7 +118,7 @@ private:
        static PackagesList packages_;
        ///
        typedef std::set<Language const *> LanguageList;
-       ///
+       /// used languages (only those that are supported by babel)
        LanguageList UsedLanguages_;
        ///
        typedef std::set<std::string> UsedFloats;