mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25185 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
92c0e43a66
commit
93b0edfc81
@ -498,7 +498,22 @@ void LyXAction::init()
|
||||
*/
|
||||
{ LFUN_INDEX_PRINT, "index-print", Noop, Edit },
|
||||
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_NOMENCL_INSERT
|
||||
* \li Action: Inserts Nomenclature entry.
|
||||
* \li Notion: It automatically takes the word on the cursor position if no symbol is given.
|
||||
* \li Syntax: nomencl-insert [<SYMBOL>]
|
||||
* \li Origin: Ugras, 4 Nov 2006
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_NOMENCL_INSERT, "nomencl-insert", Noop, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_NOMENCLATURE_PRINT
|
||||
* \li Action: Inserts list of Nomenclature entries.
|
||||
* \li Syntax: nomenclature-print
|
||||
* \li Origin: Ugras, 4 Nov 2006
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_NOMENCL_PRINT, "nomencl-print", Noop, Edit },
|
||||
|
||||
{ LFUN_NOTE_INSERT, "note-insert", Noop, Edit },
|
||||
|
Loading…
Reference in New Issue
Block a user