]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.h
Small fix.
[lyx.git] / src / lyxlex.h
index f2cab3d0938010bf12ed046a783e13e5ff0a491c..9f260653db8eb88aa7eafbd813cf55a8b9e66c8f 100644 (file)
@@ -84,9 +84,16 @@ public:
        ///
        float GetFloat() const;
        ///
-       string const GetString() const;
+       string GetString() const;
        
-       /// get a long string, ended by the tag `endtag'
+       /**
+        * Get a long string, ended by the tag `endtag'
+        * This string can span several lines. The first line
+        * serves as a template for how many spaces the lines
+        * are indented. This much white space is skipped from
+        * each following line. This mechanism does not work
+        * perfectly if you use tabs.
+        */
        string getLongString(string const & endtag);
        
        ///