]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / lyxlex.h
index f7113e9c9c16f84731ce1c790e81df355816f2da..5b2f85e54ee8320635e2631987f0457a674ce660 100644 (file)
@@ -58,7 +58,9 @@ public:
        std::istream & getStream();
        /// Danger! Don't use it unless you know what you are doing.
        void setLineNo(int l);
-       
+       /// Change the character that begins a comment. Default is '#'
+       void setCommentChar(char c);
+
        /// returns a lex code
        int lex();