mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Update other comment.
This commit is contained in:
parent
6021322c01
commit
39ac113ba1
@ -116,8 +116,8 @@ public:
|
||||
/// Returns latexargs() + postcommandargs() + itemargs().
|
||||
/// 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.
|
||||
LaTeXArgMap args() const;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user