]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Sat, 7 Jun 2008 22:16:03 +0000 (22:16 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 7 Jun 2008 22:16:03 +0000 (22:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25192 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index bcf56d592ece2f58ca40c979988bb83a358e3ae5..f5b740fc86768873c536f903b1322fd0de9ba084 100644 (file)
@@ -525,6 +525,12 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_NOTE_INSERT, "note-insert", Noop, Edit },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_NOTE_NEXT
+ * \li Action: Moves the cursor to the begining of next Note inset.
+ * \li Syntax: note-next
+ * \endvar
+ */
                { LFUN_NOTE_NEXT, "note-next", ReadOnly, Edit },
 /*!
  * \var lyx::FuncCode lyx::LFUN_NEWLINE_INSERT