]> git.lyx.org Git - features.git/commitdiff
Add doxy.
authorPavel Sanda <sanda@lyx.org>
Wed, 13 Feb 2008 22:28:37 +0000 (22:28 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 13 Feb 2008 22:28:37 +0000 (22:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22985 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index d56a4da5268727ce815d3c3ad219669af7517c1e..03892e80d99b19f8ca5439d53c9852694ffccad1 100644 (file)
@@ -358,6 +358,21 @@ void LyXAction::init()
                { LFUN_INFO_INSERT, "info-insert", Noop, Edit },
                { LFUN_BRANCH_INSERT, "branch-insert", Noop, Edit },
                { LFUN_BOX_INSERT, "box-insert", Noop, Edit },
+/*!
+ * \var lyx::kb_action lyx::LFUN_FLEX_INSERT
+ * \li Action: Inserts CharStyle, Custom inset or XML short element.
+ * \li Notion: Look into the Customization manual for more information about
+               these elements.\n
+              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.
+ * \li Sample: flex-insert CharStyle:Code
+ * \endvar
+ */
                { LFUN_FLEX_INSERT, "flex-insert", Noop, Edit },
                { LFUN_SELF_INSERT, "self-insert", SingleParUpdate, Hidden },
                { LFUN_SPACE_INSERT, "space-insert", Noop, Edit },