Improve flex-insert doxy

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22992 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2008-02-14 04:38:01 +00:00
parent 369d21f4e2
commit f850b0b281

View File

@ -366,10 +366,13 @@ void LyXAction::init()
For dissolving the element see #LFUN_INSET_DISSOLVE. For dissolving the element see #LFUN_INSET_DISSOLVE.
* \li Syntax: flex-insert <TYPE:Name> * \li Syntax: flex-insert <TYPE:Name>
* \li Params: TYPE: CharStyle|Custom|Element|Standard * \li Params: TYPE: CharStyle|Custom|Element|Standard
Name: The identificator of a given character style, custom inset Identifies whether this is a Character Style, a
or xml element type. Custom Inset or an XML Element, and which dynamical
This name must be defined either in your layout file sub-menu this flex inset is in on the LyX menu tree.
or imported by some module. 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 <TYPE:Name>
* \li Sample: flex-insert CharStyle:Code * \li Sample: flex-insert CharStyle:Code
* \endvar * \endvar
*/ */