Update comment slightly.

This commit is contained in:
Richard Heck 2014-04-07 10:57:22 -04:00
parent 2928afbd01
commit 6021322c01

View File

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