mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 02:49:46 +00:00
Update comment: a function was renamed.
This commit is contained in:
parent
ce27f5beca
commit
e311606a30
@ -344,7 +344,7 @@ void InsetBibitem::updateBuffer(ParIterator const & it, UpdateType utype, bool c
|
|||||||
|
|
||||||
void InsetBibitem::docbook(XMLStream &, OutputParams const &) const
|
void InsetBibitem::docbook(XMLStream &, OutputParams const &) const
|
||||||
{
|
{
|
||||||
// Nothing to do: everything is implemented in makeParagraphBibliography.
|
// Nothing to do: everything is implemented in makeBibliography.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -382,7 +382,7 @@ void makeParagraph(
|
|||||||
TABULAR_CODE,
|
TABULAR_CODE,
|
||||||
FLOAT_CODE,
|
FLOAT_CODE,
|
||||||
BIBTEX_CODE, // Bibliographies cannot be in paragraphs. Bibitems should still be handled as paragraphs,
|
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.
|
ERT_CODE, // ERTs are in comments, not paragraphs.
|
||||||
LISTINGS_CODE,
|
LISTINGS_CODE,
|
||||||
BOX_CODE,
|
BOX_CODE,
|
||||||
|
Loading…
Reference in New Issue
Block a user