From 8eec505ac9ff3321f61f92f60e1167cce1c2f7c9 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 6 Jun 2008 18:24:16 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25172 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 9cf78feadf..f35f3c39d7 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -480,7 +480,22 @@ void LyXAction::init() */ { LFUN_APPENDIX, "appendix", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_INDEX_INSERT + * \li Action: Inserts Index entry. + * \li Notion: It automatically takes the word on the cursor position. + * \li Syntax: index-insert + * \li Origin: Angus, 3 Aug 2000 + * \endvar + */ { LFUN_INDEX_INSERT, "index-insert", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_INDEX_PRINT + * \li Action: Inserts list of Index entries on a new page. + * \li Syntax: index-print + * \li Origin: Lgb, 27 Feb 1997 + * \endvar + */ { LFUN_INDEX_PRINT, "index-print", Noop, Edit }, { LFUN_NOMENCL_INSERT, "nomencl-insert", Noop, Edit }, @@ -836,6 +851,7 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_WORD_SELECT * \li Action: Puts the word where the cursor stands into the selection. * \li Syntax: word-select + * \li Author: Andre, 11 Sep 2002 * \endvar */ { LFUN_WORD_SELECT, "word-select", ReadOnly, Edit }, -- 2.39.2