From bb236cbb0b1001af2960ba5a955b163884374218 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 13 Jul 2008 21:51:46 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25586 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 44deab051f..e2465688cd 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1208,7 +1208,25 @@ void LyXAction::init() * \endvar */ { LFUN_CITATION_INSERT, "citation-insert", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_BIBTEX_DATABASE_ADD + * \li Action: Adds database, which will be used for bibtex citations. + * \li Notion: Databases are added to the first BibTeX inset + (Inset->List/TOC->BibTeX bibliography) found from the cursor postion. + * \li Syntax: bibtex-database-add + * \li Origin: Ale, 30 May 1997 + * \endvar + */ { LFUN_BIBTEX_DATABASE_ADD, "bibtex-database-add", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_BIBTEX_DATABASE_DEL + * \li Action: Adds database, which will be used for bibtex citations. + * \li Notion: Databases are deleted from the first BibTeX inset + (Inset->List/TOC->BibTeX bibliography) found from the cursor postion. + * \li Syntax: bibtex-database-del + * \li Origin: Ale, 30 May 1997 + * \endvar + */ { LFUN_BIBTEX_DATABASE_DEL, "bibtex-database-del", Noop, Edit }, /*! -- 2.39.5