Update comment: a function was renamed.

This commit is contained in:
Thibaut Cuvelier 2024-02-26 02:17:48 +01:00
parent ce27f5beca
commit e311606a30
2 changed files with 2 additions and 2 deletions

View File

@ -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.
}

View File

@ -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,