X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeXFeatures.h;h=af27b5c232617d7ad2406d67b5e6d41b985340d1;hb=2b02b73f4a59bb73f9e819a960ea98c86ef8716f;hp=8ec5e68cce022b0715dba9efb48f3b2889ee575c;hpb=714113655ad434f9a73d0101038568d59311af72;p=lyx.git diff --git a/src/LaTeXFeatures.h b/src/LaTeXFeatures.h index 8ec5e68cce..af27b5c232 100644 --- a/src/LaTeXFeatures.h +++ b/src/LaTeXFeatures.h @@ -93,7 +93,8 @@ public: void addPreambleSnippet(docstring const & snippet, bool allowdupes = false); /// TexString getPreambleSnippets() const; - /// + /// Adds CSS information for HTML export. + /// Note that addPreambleSnippet is for LaTeX-type export void addCSSSnippet(std::string const &); /// docstring getCSSSnippets() const;