]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Parser.h
tex2lyx/text.cpp: code improvement as proposed by Georg
[lyx.git] / src / tex2lyx / Parser.h
index 3b852e1090ff7e55eac0f6fc50c85694e8b898ef..c0c5685bb83fc449cf2567c39f00206b38fb3629 100644 (file)
@@ -197,17 +197,17 @@ public:
         */
        std::string const verbatimEnvironment(std::string const & name);
        /*
-       * The same as verbatimEnvironment(std::string const & name) but
-       * \begin and \end commands inside the name environment are not parsed.
-       * This function is designed to parse verbatim environments.
-       */
+        * The same as verbatimEnvironment(std::string const & name) but
+        * \begin and \end commands inside the name environment are not parsed.
+        * This function is designed to parse verbatim environments.
+        */
        std::string const plainEnvironment(std::string const & name);
        /*
-       * Basically the same as plainEnvironment(std::string const & name) but
-       * instead of \begin and \end commands the parsing is started/stopped
-       * at given characters.
-       * This function is designed to parse verbatim commands.
-       */
+        * Basically the same as plainEnvironment(std::string const & name) but
+        * instead of \begin and \end commands the parsing is started/stopped
+        * at given characters.
+        * This function is designed to parse verbatim commands.
+        */
        std::string const plainCommand(char left, char right, std::string const & name);
        /*!
         * Returns the character of the current token and increments