]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Parser.h
Fix typo.
[lyx.git] / src / tex2lyx / Parser.h
index c79296175e8144ee2982f3763601943d9da5faed..ed2c7211ebfec3baba86ab3fa5a136595519f1f8 100644 (file)
@@ -158,9 +158,13 @@ public:
         */
        std::string getOpt();
        /*!
-        * \returns getFullArg('(', ')') including the parentheses or the
+        * \returns getFullArg('[', ']') including the parentheses or the
         * empty string if there is no such argument.
         */
+       std::string getOptContent();
+       /*!
+        * the same as getOpt but without the brackets
+        */
        std::string getFullParentheseArg();
        /*!
         * \returns the contents of the environment \p name.