mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-28 06:49:43 +00:00
Update comment slightly.
This commit is contained in:
parent
2928afbd01
commit
6021322c01
@ -92,8 +92,8 @@ public:
|
|||||||
/// Returns latexargs() + postcommandargs().
|
/// Returns latexargs() + postcommandargs().
|
||||||
/// But note that it returns a *copy*, not a reference, so do not do
|
/// But note that it returns a *copy*, not a reference, so do not do
|
||||||
/// anything like:
|
/// anything like:
|
||||||
/// Layout::LaTeXArgMap it = args().begin();
|
/// Layout::LaTeXArgMap::iterator it = args().begin();
|
||||||
/// Layout::LaTeXArgMap en = args().end();
|
/// Layout::LaTeXArgMap::iterator en = args().end();
|
||||||
/// Those are iterators for different containers.
|
/// Those are iterators for different containers.
|
||||||
Layout::LaTeXArgMap args() const;
|
Layout::LaTeXArgMap args() const;
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user