commit e311606a30d0cbc3603a0187f68dd6a44fd402cd
Author: Thibaut Cuvelier <tcuvel...@lyx.org>
Date:   Mon Feb 26 02:17:48 2024 +0100

    Update comment: a function was renamed.
---
 src/insets/InsetBibitem.cpp | 2 +-
 src/output_docbook.cpp      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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,
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to