]> git.lyx.org Git - lyx.git/commitdiff
Update comment: a function was renamed.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 26 Feb 2024 01:17:48 +0000 (02:17 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 26 Feb 2024 01:17:48 +0000 (02:17 +0100)
src/insets/InsetBibitem.cpp
src/output_docbook.cpp

index 82d81852000f674aca14831f367a23334bdfd8cd..6336da32d40b620acc029bb1d822dc90ae07df48 100644 (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.
 }
 
 
index 983d4e7beff5096e086d16a99683cd072a6be2db..204fc430f7913fced45e7887507fc2b32cbd9d15 100644 (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,