]> git.lyx.org Git - lyx.git/blobdiff - src/PDFOptions.h
This comment is wrong and causes bug in revision control.
[lyx.git] / src / PDFOptions.h
index fa253717236ba9834e359b3850fee875c3895b92..2fa661aa71782b8d0b81fa1905a38ee72c5ebb92 100644 (file)
@@ -20,6 +20,10 @@ namespace lyx {
 
 class Lexer;
 
+// FIXME UNICODE
+// Write functions need to use odostream instead of ostream before
+// we can use docstring instead of string.
+
 /// Options for PDF generation
 class PDFOptions {
 public:
@@ -135,8 +139,10 @@ public:
        std::string quoted_options;
        /**
                * Possible syntax check of users additional parameters here.
+               * Returns repaired string. For the time being only newlines
+               * are checked.
                */
-       std::string quoted_options_get() const;
+       std::string quoted_options_check(std::string const str) const;
        
        
        /**