From 52a6cc6f7d8b79227546f71741d738ef31c6819e Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 27 Feb 2008 13:16:29 +0000 Subject: [PATCH] Add doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23281 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 95b7806038..81aad0d106 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -983,9 +983,48 @@ void LyXAction::init() { LFUN_ALL_CHANGES_ACCEPT, "all-changes-accept", Noop, Edit }, { LFUN_ALL_CHANGES_REJECT, "all-changes-reject", Noop, Edit }, +/*! + * \var lyx::kb_action lyx::LFUN_INSET_APPLY + * \li Action: Apply data for an inset. + * \li Notion: LFUN_INSET_APPLY is sent from the dialogs when the data should + be applied. This is either changed to #LFUN_INSET_MODIFY or + #LFUN_INSET_INSERT depending on the context where it is called. + * \li Syntax: inset-apply + * \li Params: See #LFUN_INSET_INSERT . + * \endvar + */ { LFUN_INSET_APPLY, "inset-apply", Noop, Edit }, { LFUN_INSET_DISSOLVE, "inset-dissolve", Noop, Edit }, +/*! + * \var lyx::kb_action lyx::LFUN_INSET_INSERT + * \li Action: Insert new inset (type given by the parameters). + * \li Syntax: inset-insert + * \li Params: : \n + : depends on the given inset. Use "lyx -dbg action" to + explore. + * \li Sample: inset-insert ref LatexCommand reference "