mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 05:40:59 +00:00
Fix comments.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24459 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e40550aaa3
commit
d0a44283fd
@ -114,10 +114,10 @@ public:
|
|||||||
/// ways that make removal hard.
|
/// ways that make removal hard.
|
||||||
docstring getFirstNonOptParam() const;
|
docstring getFirstNonOptParam() const;
|
||||||
/// get parameter \p name
|
/// 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;
|
docstring const & operator[](std::string const & name) const;
|
||||||
/// set parameter \p name
|
/// 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);
|
docstring & operator[](std::string const & name);
|
||||||
///
|
///
|
||||||
bool preview() const { return preview_; }
|
bool preview() const { return preview_; }
|
||||||
|
Loading…
Reference in New Issue
Block a user