From f8034422294edb47227672b0f9f88f0f7e9b895c Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 31 May 2008 10:07:09 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25022 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index ba9b89327a..d42fd0f930 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -269,6 +269,15 @@ void LyXAction::init() * \endvar */ { LFUN_ERT_INSERT, "ert-insert", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_FLOAT_INSERT + * \li Action: Inserts a float inset. + * \li Syntax: float-insert + * \li Params: : type of float depends on the used textclass. Usually + "algorithm", "table", "figure" parameters can be given. + * \li Origin: Lgb, 27 Jun 2000 + * \endvar + */ { LFUN_FLOAT_INSERT, "float-insert", Noop, Edit }, { LFUN_FLOAT_WIDE_INSERT, "float-wide-insert", Noop, Edit }, { LFUN_WRAP_INSERT, "wrap-insert", Noop, Edit },