]> git.lyx.org Git - features.git/commitdiff
DocBook: add a comment about the need for DocBook 5.2.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Fri, 23 Dec 2022 01:22:55 +0000 (02:22 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Sun, 25 Dec 2022 19:48:26 +0000 (20:48 +0100)
src/Buffer.cpp

index b1d14d245c5b520d75d199b5672e653ca346875f..07287221685cbc37769c1a4f4e0699608160c9e2 100644 (file)
@@ -2179,6 +2179,7 @@ Buffer::ExportStatus Buffer::writeDocBookSource(odocstream & os,
                                                    + mathmlNamespace
                                                    + " xmlns:xi=\"http://www.w3.org/2001/XInclude\""
                                                    + " version=\"5.2\"";
+               // Version 5.2 is required for formalgroup.
 
                os << "<" << from_ascii(tclass.docbookroot()) << " " << from_ascii(attributes) << ">\n";
        }