Fix comments.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24459 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-04-22 20:21:55 +00:00
parent e40550aaa3
commit d0a44283fd

View 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_; }