A couple comments.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32796 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-01-06 19:25:12 +00:00
parent 827d0cf92e
commit 00087d0537

View File

@ -87,13 +87,13 @@ public:
/// True if the command has `flag' set
bool funcHasFlag(FuncCode action, FuncAttribs flag) const;
/// iterator across all real actions
/// iterator across all LFUNs
typedef FuncMap::const_iterator const_iterator;
/// return an iterator to the start of all real actions
/// return an iterator to the start of the list of LFUNs
const_iterator func_begin() const;
/// return an iterator to the end of all real actions
/// return an iterator to one past the end of the list of LFUNs
const_iterator func_end() const;
private: