mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23650 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d578fe85aa
commit
6f67ac73fe
@ -1107,6 +1107,13 @@ void LyXAction::init()
|
|||||||
*/
|
*/
|
||||||
{ LFUN_LABEL_GOTO, "label-goto", ReadOnly, Edit },
|
{ LFUN_LABEL_GOTO, "label-goto", ReadOnly, Edit },
|
||||||
{ LFUN_LABEL_INSERT, "label-insert", Noop, Edit },
|
{ LFUN_LABEL_INSERT, "label-insert", Noop, Edit },
|
||||||
|
/*!
|
||||||
|
* \var lyx::kb_action lyx::LFUN_REFERENCE_NEXT
|
||||||
|
* \li Action: Goto the next label or cross-reference.
|
||||||
|
* \li Syntax: reference-next
|
||||||
|
* \li Origin: Dekel, 14 Jan 2001
|
||||||
|
* \endvar
|
||||||
|
*/
|
||||||
{ LFUN_REFERENCE_NEXT, "reference-next", ReadOnly, Edit },
|
{ LFUN_REFERENCE_NEXT, "reference-next", ReadOnly, Edit },
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
Reference in New Issue
Block a user