]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.h
Output a parbreak after a command.
[lyx.git] / src / insets / InsetCaption.h
index 37566ca67829e6479e966fed4599cb85be63f305..cd99455b2e5fb86c000ff3317a9d7a983f28eea9 100644 (file)
@@ -23,8 +23,6 @@ public:
        ///
        InsetCaption(Buffer *, std::string const &);
        ///
-       std::string const & type() const { return type_; }
-       ///
        std::string const & floattype() const { return floattype_; }
        ///
        docstring layoutName() const;
@@ -79,7 +77,8 @@ private:
        docstring xhtml(XHTMLStream & os, OutputParams const & runparams) const;
        ///
        void setCustomLabel(docstring const & label);
-       ///
+       /// \param output_active : is the toc being generated for use by the
+       /// output routines?
        void addToToc(DocIterator const & di, bool output_active) const;
        /// 
        virtual bool forcePlainLayout(idx_type = 0) const { return true; }