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

src/LyXAction.cpp

index 0c6f70fd4295588e6298c35f007e59932a4fed70..1281df28c282f6aa30485ab724a64be7455da599 100644 (file)
@@ -184,12 +184,39 @@ void LyXAction::init()
  */
                { LFUN_ACCENT_UNDERDOT, "accent-underdot", Noop, Edit },
 
+/**
+ * \li Action: Breaks the current paragraph at the current location
+ * \li Syntax: break-paragraph
+ */
                { LFUN_BREAK_PARAGRAPH, "break-paragraph", Noop, Edit },
+/**
+ * \li Action: Breaks the current paragraph at the current location,
+               unless used at the beginning of a line, where it sets
+               the label width string to empty.
+ * \li Syntax: break-paragraph-skip
+ */
                { LFUN_BREAK_PARAGRAPH_SKIP, "break-paragraph-skip", Noop, Edit },
-
+/**
+ * \li Action: Inserts a caption inset.
+ * \li Syntax: caption-insert
+ */
                { LFUN_CAPTION_INSERT, "caption-insert", Noop, Edit },
+/**
+ * \li Action: Inserts the current date
+ * \li Syntax: date-insert <ARG>
+ * \li Param: <ARG>: Strangely, this is inserted verbatim, no matter
+                     what it is.
+ */
                { LFUN_DATE_INSERT, "date-insert", Noop, Edit },
+/**
+ * \li Action: Inserts a footnote inset.
+ * \li Syntax: footnote-insert
+ */
                { LFUN_FOOTNOTE_INSERT, "footnote-insert", Noop, Edit },
+/**
+ * \li Action: Inserts an ERT inset.
+ * \li Syntax: ert-insert
+ */
                { LFUN_ERT_INSERT, "ert-insert", Noop, Edit },
                { LFUN_FLOAT_INSERT, "float-insert", Noop, Edit },
                { LFUN_FLOAT_WIDE_INSERT, "float-wide-insert", Noop, Edit },