]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.h
Compute and output numbers for numerical citations.
[lyx.git] / src / insets / InsetCaption.h
index 37566ca67829e6479e966fed4599cb85be63f305..b037c346607841bf98b0926e6911a9d51421a8d4 100644 (file)
@@ -79,7 +79,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; }