diff --git a/src/insets/InsetBibitem.cpp b/src/insets/InsetBibitem.cpp index 82d8185200..6336da32d4 100644 --- a/src/insets/InsetBibitem.cpp +++ b/src/insets/InsetBibitem.cpp @@ -344,7 +344,7 @@ void InsetBibitem::updateBuffer(ParIterator const & it, UpdateType utype, bool c void InsetBibitem::docbook(XMLStream &, OutputParams const &) const { - // Nothing to do: everything is implemented in makeParagraphBibliography. + // Nothing to do: everything is implemented in makeBibliography. } diff --git a/src/output_docbook.cpp b/src/output_docbook.cpp index 983d4e7bef..204fc430f7 100644 --- a/src/output_docbook.cpp +++ b/src/output_docbook.cpp @@ -382,7 +382,7 @@ void makeParagraph( TABULAR_CODE, FLOAT_CODE, BIBTEX_CODE, // Bibliographies cannot be in paragraphs. Bibitems should still be handled as paragraphs, - // though (see makeParagraphBibliography). + // though (see makeBibliography). ERT_CODE, // ERTs are in comments, not paragraphs. LISTINGS_CODE, BOX_CODE,