mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
DocBook: more explicit comment.
This commit is contained in:
parent
db1a443a70
commit
51e92a5a97
@ -792,7 +792,8 @@ void docbookNoSubfigures(XMLStream & xs, OutputParams const & runparams, const I
|
|||||||
hasCaption = !osCaptionContent.str().empty();
|
hasCaption = !osCaptionContent.str().empty();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Organisation: <float> <title if any/> <contents without title/> </float>.
|
// Organisation: <float with xml:id if any> <title if any/> <contents without title nor xml:id/> </float>.
|
||||||
|
// Titles and xml:id are generated with specific insets and must be dealt with using OutputParams.
|
||||||
|
|
||||||
// - Generate the attributes for the float tag.
|
// - Generate the attributes for the float tag.
|
||||||
docstring attr = docstring();
|
docstring attr = docstring();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user