From 1583929922aa8750c6371baa7aede486b16c2b24 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 14 Jan 2008 22:22:07 +0000 Subject: [PATCH] A little more easy lfun doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22565 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 0c6f70fd42..1281df28c2 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 + * \li Param: : 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 }, -- 2.39.5