]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetFloat.cpp
InsetIndex: Some comments and indentation fixes
[features.git] / src / insets / InsetFloat.cpp
index 3f4c0dbcdc21668d2301b77f602eef5d946de366..cb05e49aa6b57c91ccd669df653ded358ea2b58c 100644 (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();