]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/Parser.h
tex2lyx: support qualified citation lists (biblatex)
[features.git] / src / tex2lyx / Parser.h
index cbdfcf723470a88a2cc2825db046172487b405c5..ca1edebfa2d658295f96debb73632db83eead415 100644 (file)
@@ -240,7 +240,8 @@ public:
         * Like getOpt(), but distinguishes between a missing argument ""
         * and an empty argument "[]".
         */
-       std::string getFullOpt(bool keepws = false);
+       std::string getFullOpt(bool keepws = false,
+                              char left = '[', char right = ']');
        /*!
         * \returns getArg('[', ']') including the brackets or the
         * empty string if there is no such argument.