]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
The logic of the endParagraph() routine is wrong. We should first
[lyx.git] / src / BufferParams.h
index 7280506a09c09cf2f8a9c2815389bd7da7b8ade6..772f42de84924d4d97e0c05e6433f76e9a66e0c2 100644 (file)
@@ -176,7 +176,8 @@ public:
        std::vector<Format const *> exportableFormats(bool only_viewable) const;
        ///
        bool isExportableFormat(std::string const & format) const;
-       ///
+       /// the backends appropriate for use with this document.
+       /// so, e.g., latex is excluded , if we're using non-TeX fonts
        std::vector<std::string> backends() const;
 
        /// List of included children (for includeonly)