]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommandParams.h
Restore XHTML output for InsetListings.
[lyx.git] / src / insets / InsetCommandParams.h
index 7e343773c2caa6aecc7e11efe50249bd9879c806..2ff6d5c27f9b0f5ae12f4f45cbe5407650432d40 100644 (file)
@@ -114,10 +114,10 @@ public:
        /// ways that make removal hard.
        docstring getFirstNonOptParam() const;
        /// get parameter \p name
-       /// LyX will assert if you attempt to do so.
+       /// LyX will assert if name is not a valid parameter.
        docstring const & operator[](std::string const & name) const;
        /// set parameter \p name
-       /// LyX will assert if you attempt to do so.
+       /// LyX will assert if name is not a valid parameter.
        docstring & operator[](std::string const & name);
        ///
        bool preview() const { return preview_; }