Update other comment.

This commit is contained in:
Richard Heck 2014-04-07 11:02:21 -04:00
parent 6021322c01
commit 39ac113ba1

View File

@ -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;
///