]> git.lyx.org Git - features.git/blobdiff - src/LaTeXFeatures.h
Unify naming of menu items
[features.git] / src / LaTeXFeatures.h
index 8ec5e68cce022b0715dba9efb48f3b2889ee575c..27edb1f6a89303f799dd3941bbe98c0a8076bb27 100644 (file)
@@ -14,7 +14,7 @@
 #define LATEXFEATURES_H
 
 #include "OutputParams.h"
-#include "support/docstring.h"
+#include "support/strfwd.h"
 
 #include <set>
 #include <list>
@@ -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;