mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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();
|
||||
}
|
||||
|
||||
// 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.
|
||||
docstring attr = docstring();
|
||||
|
Loading…
Reference in New Issue
Block a user