From f850b0b281c30049e77a9a2daec3163ceaf6d13d Mon Sep 17 00:00:00 2001 From: Martin Vermeer Date: Thu, 14 Feb 2008 04:38:01 +0000 Subject: [PATCH] Improve flex-insert doxy git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22992 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 03892e80d9..e0bbec0b99 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -366,10 +366,13 @@ void LyXAction::init() For dissolving the element see #LFUN_INSET_DISSOLVE. * \li Syntax: flex-insert * \li Params: TYPE: CharStyle|Custom|Element|Standard - Name: The identificator of a given character style, custom inset - or xml element type. - This name must be defined either in your layout file - or imported by some module. + Identifies whether this is a Character Style, a + Custom Inset or an XML Element, and which dynamical + sub-menu this flex inset is in on the LyX menu tree. + If Standard (currently unused): none of these. + Name: This name must be defined either in your layout file + or imported by some module. The definition is\n + InsetLayout * \li Sample: flex-insert CharStyle:Code * \endvar */