]> git.lyx.org Git - features.git/blobdiff - src/Layout.h
Slight code-consistency improvements.
[features.git] / src / Layout.h
index 7e9409ad44c9216dfe9f3091657ad61dbb812f2c..d9eb893c2e447353fd5eba62ba20103e0da59e98 100644 (file)
@@ -203,6 +203,8 @@ public:
        ///
        std::string const & docbookwrapperattr() const;
        ///
+       bool docbookwrappermergewithprevious() const { return docbookwrappermergewithprevious_; }
+       ///
        std::string const & docbooksectiontag() const;
        ///
        std::string const & docbookitemwrappertag() const;
@@ -512,6 +514,8 @@ private:
        mutable std::string docbookwrappertag_;
        /// Roles to add to docbookwrappertag_, if any (default: none).
        mutable std::string docbookwrapperattr_;
+       /// Whether this wrapper tag may be merged with the previously opened wrapper tag.
+       bool docbookwrappermergewithprevious_;
        /// Outer tag for this section, only if this layout represent a sectionning item, including chapters (default: section).
        mutable std::string docbooksectiontag_;
        /// Whether this tag must/can/can't go into an <info> tag (default: never, as it only makes sense for metadata).