]> git.lyx.org Git - features.git/commitdiff
A little more lfun doxy.
authorRichard Heck <rgheck@comcast.net>
Mon, 14 Jan 2008 22:43:05 +0000 (22:43 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 14 Jan 2008 22:43:05 +0000 (22:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22568 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 1281df28c282f6aa30485ab724a64be7455da599..7868c21eabd92a16d70776006839583615ecf2d3 100644 (file)
@@ -221,13 +221,47 @@ void LyXAction::init()
                { LFUN_FLOAT_INSERT, "float-insert", Noop, Edit },
                { LFUN_FLOAT_WIDE_INSERT, "float-wide-insert", Noop, Edit },
                { LFUN_WRAP_INSERT, "wrap-insert", Noop, Edit },
+/**
+ * \li Action: Inserts an hfill inset.
+ * \li Syntax: hfill-insert
+ */
                { LFUN_HFILL_INSERT, "hfill-insert", Noop, Edit },
+/**
+ * \li Action: Inserts an optional-argument (short title) inset.
+ * \li Syntax: optional-insert
+ */
                { LFUN_OPTIONAL_INSERT, "optional-insert", Noop, Edit },
+/**
+ * \li Action: Inserts a horizontal line.
+ * \li Syntax: line-insert
+ */
                { LFUN_LINE_INSERT, "line-insert", Noop, Edit },
+/**
+ * \li Action: Inserts a new page.
+ * \li Syntax: newpage-insert
+ */
                { LFUN_NEWPAGE_INSERT, "newpage-insert", Noop, Edit },
+/**
+ * \li Action: Inserts a pagebreak.
+ * \li Syntax: pagebreak-insert
+ */
                { LFUN_PAGEBREAK_INSERT, "pagebreak-insert", Noop, Edit },
+/**
+ * \li Action: Inserts a marginal note.
+ * \li Syntax: marginalnote-insert
+ */
                { LFUN_MARGINALNOTE_INSERT, "marginalnote-insert", Noop, Edit },
+/**
+ * \li Action: Inserts a single unicode character.
+ * \li Syntax: unicode-insert <CHAR>
+ * \li Params: <CHAR>: The character to insert, given as its code
+                       point, in hexadecimal, e.g.: unicode-insert 0x0100.
+ */
                { LFUN_UNICODE_INSERT, "unicode-insert", Noop, Edit },
+/**
+ * \li Action: Inserts a new listings inset.
+ * \li Syntax: listing-insert
+ */
                { LFUN_LISTING_INSERT, "listing-insert", Noop, Edit },
                { LFUN_QUOTE_INSERT, "quote-insert", Noop, Edit },
                { LFUN_INFO_INSERT, "info-insert", Noop, Edit },