DocBook: more explicit comment.

This commit is contained in:
Thibaut Cuvelier 2021-12-26 02:26:50 +01:00
parent db1a443a70
commit 51e92a5a97

View File

@ -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();