]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
* GuiDocument.cpp:
[lyx.git] / src / TextClass.h
index 5f0510ca285cd51edbddb767b02b51a6021a02c0..36d197148cb207d57e84e4cc43f971dbea7791eb 100644 (file)
@@ -255,6 +255,7 @@ protected:
        /// preamble text to support layout styles
        docstring preamble_;
        /// same, but for HTML output
+       /// this is output as is to the header
        docstring htmlpreamble_;
        /// latex packages loaded by document class.
        std::set<std::string> provides_;