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