]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.h
DocBook: merge code duplicates for HTML and CALS tables.
[features.git] / src / insets / Inset.h
index 372b95a6dfb387099bd500100f310d4c2592ca53..5d56c10b912991526319aad07608d5539b30ec5d 100644 (file)
@@ -335,7 +335,7 @@ public:
        /// output, add PLAINTEXT_NEWLINE to the number of chars in the last line
        virtual int plaintext(odocstringstream &, OutputParams const &,
                              size_t max_length = INT_MAX) const = 0;
-       /// docbook output
+       /// DocBook output
        virtual void docbook(XMLStream &, OutputParams const &) const;
        /// XHTML output
        /// the inset is expected to write XHTML to the XMLStream