mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25573 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f451ec999b
commit
44d0356900
@ -1198,6 +1198,15 @@ void LyXAction::init()
|
||||
{ LFUN_FONT_STATE, "font-state", ReadOnly, Layout },
|
||||
|
||||
{ LFUN_BIBITEM_INSERT, "bibitem-insert", Noop, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_CITATION_INSERT
|
||||
* \li Action: Inserts citation from loaded citation database.
|
||||
* \li Syntax: citation-insert [<KEY>[|<TEXT_BEFORE>]]
|
||||
* \li Params: <KEY>: Citation (shortcut listed in available citations). \n
|
||||
<TEXT_BEFORE>: text which should appear before citation.
|
||||
* \li Origin: AAS, 97-02-23
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_CITATION_INSERT, "citation-insert", Noop, Edit },
|
||||
{ LFUN_BIBTEX_DATABASE_ADD, "bibtex-database-add", Noop, Edit },
|
||||
{ LFUN_BIBTEX_DATABASE_DEL, "bibtex-database-del", Noop, Edit },
|
||||
|
Loading…
Reference in New Issue
Block a user