]> git.lyx.org Git - features.git/commitdiff
Improve flex-insert doxy
authorMartin Vermeer <martin.vermeer@hut.fi>
Thu, 14 Feb 2008 04:38:01 +0000 (04:38 +0000)
committerMartin Vermeer <martin.vermeer@hut.fi>
Thu, 14 Feb 2008 04:38:01 +0000 (04:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22992 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 03892e80d99b19f8ca5439d53c9852694ffccad1..e0bbec0b99b182db0909fe1a74b80fe1339fc6cc 100644 (file)
@@ -366,10 +366,13 @@ void LyXAction::init()
               For dissolving the element see #LFUN_INSET_DISSOLVE.
  * \li Syntax: flex-insert <TYPE:Name>
  * \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 <TYPE:Name>
  * \li Sample: flex-insert CharStyle:Code
  * \endvar
  */