]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Sun, 9 Mar 2008 23:08:57 +0000 (23:08 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 9 Mar 2008 23:08:57 +0000 (23:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23607 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 3deb55bb892c9f92afd74f5fdbbd614479e24aae..e77efabe851ba97585fda29eed628b57cfbb5392 100644 (file)
@@ -1068,7 +1068,6 @@ void LyXAction::init()
                movement within the inset has ceased (reached the end of the
                last paragraph, for example), in order to move correctly
                back into the surrounding text.
- * \li Syntax: finished-forward
  * \endvar
  */
                { LFUN_FINISHED_FORWARD, "", ReadOnly, Hidden },
@@ -1076,7 +1075,6 @@ void LyXAction::init()
  * \var lyx::kb_action lyx::LFUN_FINISHED_BACKWARD
  * \li Action: Moves the cursor out of the current slice, going backwards.
  * \li Notion: See also #LFUN_FINISHED_FORWARD.
- * \li Syntax: finished-backward
  * \endvar
  */
                { LFUN_FINISHED_BACKWARD, "", ReadOnly, Hidden },
@@ -1084,7 +1082,6 @@ void LyXAction::init()
  * \var lyx::kb_action lyx::LFUN_FINISHED_RIGHT
  * \li Action: Moves the cursor out of the current slice, going right.
  * \li Notion: See also #LFUN_FINISHED_FORWARD
- * \li Syntax: finished-right
  * \endvar
  */
                { LFUN_FINISHED_RIGHT, "", ReadOnly, Hidden },
@@ -1092,13 +1089,22 @@ void LyXAction::init()
  * \var lyx::kb_action lyx::LFUN_FINISHED_LEFT
  * \li Action: Moves the cursor out of the current slice, going left.
  * \li Notion: See also #LFUN_FINISHED_FORWARD.
- * \li Syntax: finished-left
  * \endvar
  */
                { LFUN_FINISHED_LEFT, "", ReadOnly, Hidden },
 
                { LFUN_LANGUAGE, "language", Noop, Edit },
 
+/*!
+ * \var lyx::kb_action lyx::LFUN_LABEL_GOTO
+ * \li Action: Goto a label.
+ * \li Syntax: label-goto [<LABEL>]
+ * \li Params: <LABEL>: Requested label. If no label is given and refernce
+                       is on cursor position, Bookmark 0 is saved and
+                       cursor moves to the position of referenced label.
+ * \li Origin: Ale, 6 Aug 1997
+ * \endvar
+ */
                { LFUN_LABEL_GOTO, "label-goto", ReadOnly, Edit },
                { LFUN_LABEL_INSERT, "label-insert", Noop, Edit },
                { LFUN_REFERENCE_NEXT, "reference-next", ReadOnly, Edit },