]> git.lyx.org Git - lyx.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Wed, 9 Jul 2008 23:17:28 +0000 (23:17 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 9 Jul 2008 23:17:28 +0000 (23:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25527 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 5dd8e195ef44ae8a5beaaf5ab35fce0a747692f7..ce5b5739c45bd49ecc5b220b4e75485816ec1104 100644 (file)
@@ -1859,6 +1859,14 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_CHANGES_OUTPUT, "changes-output", Noop, Edit },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_CHANGE_NEXT
+ * \li Action: Moves the cursor to the position of the next change
+               of the change tracking records.
+ * \li Syntax: changes-next
+ * \li Origin: schmitt, 4 Oct 2006
+ * \endvar
+ */
                { LFUN_CHANGE_NEXT, "change-next", ReadOnly, Edit },
                { LFUN_CHANGES_MERGE, "changes-merge", Noop, Edit },
                { LFUN_CHANGE_ACCEPT, "change-accept", Noop, Edit },