From 8dfd3c5ed416b2b867ea61b511e86ead5eaa69b2 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 11 Jul 2008 00:31:41 +0000 Subject: [PATCH] * Doxy. I myself don't understand the Notion line taken from the source code. LFUN_ALL_CHANGES_REJECT is currently broken, so I can't test. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25554 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index b158eb991f..eaf8fcf8ec 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1893,7 +1893,22 @@ void LyXAction::init() * \endvar */ { LFUN_CHANGE_REJECT, "change-reject", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_ALL_CHANGES_ACCEPT + * \li Action: Accepts all tracked changes in the document. + * \li Syntax: all-changes-accept + * \li Origin: Levon, 16 Oct 2002 + * \endvar + */ { LFUN_ALL_CHANGES_ACCEPT, "all-changes-accept", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_ALL_CHANGES_REJECT + * \li Action: Rejects all tracked changes in the document. + * \li Notion: Reject does not work recursively; the user may have to repeat the operation. + * \li Syntax: all-changes-reject + * \li Origin: Levon, 16 Oct 2002 + * \endvar + */ { LFUN_ALL_CHANGES_REJECT, "all-changes-reject", Noop, Edit }, /*!