]> git.lyx.org Git - features.git/blobdiff - src/Layout.cpp
de/UserGuide: another minor correction
[features.git] / src / Layout.cpp
index e037ad1c5e69d6840a0e4e9679d477aa46a77c86..e5d683ec1855d3f089eaa19828926c7eff5a1017 100644 (file)
@@ -1284,6 +1284,12 @@ void Layout::readArgument(Lexer & lex, bool validating)
                } else if (tok == "docbooktagtype") {
                        lex.next();
                        arg.docbooktagtype = lex.getDocString();
+               } else if (tok == "docbookargumentaftermaintag") {
+                       lex.next();
+                       arg.docbookargumentaftermaintag = lex.getBool();
+               } else if (tok == "docbookargumentbeforemaintag") {
+                       lex.next();
+                       arg.docbookargumentbeforemaintag = lex.getBool();
                } else {
                        lex.printError("Unknown tag");
                        error = true;