From 6f102da9798fd118b2032be122c5f5a510715485 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 17 Mar 2008 19:47:12 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23796 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index ccb5009f55..220b89389f 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -355,6 +355,16 @@ void LyXAction::init() */ { LFUN_FLEX_INSERT, "flex-insert", Noop, Edit }, { LFUN_SELF_INSERT, "self-insert", SingleParUpdate, Hidden }, +/*! + * \var lyx::FuncCode lyx::LFUN_SPACE_INSERT + * \li Action: Inserts one of horizontal space insets. + * \li Syntax: space-insert [] + * \li Params: : normal, protected, thin, quad, qquad, enspace, enskip, + negthinspace, hfill, dotfill, hrulefill, hspace, hspace* \n + : length for custom spaces (hspace, hspace* for protected) + * \li Origin: JSpitzm, 20 May 2003, Mar 17 2008 + * \endvar + */ { LFUN_SPACE_INSERT, "space-insert", Noop, Edit }, { LFUN_HYPERLINK_INSERT, "href-insert", Noop, Edit }, { LFUN_SPECIALCHAR_INSERT, "specialchar-insert", Noop, Edit }, -- 2.39.2