]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetIndex.h
index d0b0d1da29856f9f7d89fa1baec4857fb4ef0847..993747931769ce66cb4b5c114c2f2237b87a9dcb 100644 (file)
@@ -58,8 +58,7 @@ private:
        void read(Lexer & lex);
        ///
        int docbook(odocstream &, OutputParams const &) const;
-       /// At the moment, this does nothing. See development/HTML.notes
-       /// for some remarks on what could be done.
+       /// 
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        int latex(odocstream &, OutputParams const &) const;
@@ -74,9 +73,9 @@ private:
        ///
        void addToToc(DocIterator const &);
        ///
-       docstring const buttonLabel(BufferView const & bv) const;
-       ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
+       ///
+       docstring const buttonLabel(BufferView const & bv) const;
        /// Updates needed features for this inset.
        void validate(LaTeXFeatures & features) const;
        ///
@@ -106,7 +105,7 @@ public:
        static bool isCompatibleCommand(std::string const & s);
        ///
        int latex(odocstream &, OutputParams const &) const;
-       /// Does nothing yet.
+       /// 
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);