]> git.lyx.org Git - features.git/blobdiff - src/Layout.h
Revert "Don't asssert on (too) deeply nested items"
[features.git] / src / Layout.h
index 99cc4df5475e2dd7bdab1f04a721370cbd09d02d..a6c0d6c2eb06080290fdd8d8f14744a8da53a7ac 100644 (file)
@@ -116,11 +116,11 @@ public:
                docstring docbooktag;
                docstring docbooktagtype;
                docstring docbookattr;
-        /// Whether this argument should be output after the main tag (default: inside). The result if the argument
-        /// should be output both before and after the main tag is undefined.
+               /// Whether this argument should be output after the main tag (default: inside). The result if the argument
+               /// should be output both before and after the main tag is undefined.
                bool docbookargumentbeforemaintag = false;
-        /// Whether this argument should be output before the main tag (default: inside). The result if the argument
-        /// should be output both before and after the main tag is undefined.
+               /// Whether this argument should be output before the main tag (default: inside). The result if the argument
+               /// should be output both before and after the main tag is undefined.
                bool docbookargumentaftermaintag = false;
        };
        ///