]> git.lyx.org Git - features.git/commitdiff
One more.
authorPavel Sanda <sanda@lyx.org>
Sat, 31 May 2008 12:28:16 +0000 (12:28 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 31 May 2008 12:28:16 +0000 (12:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25025 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp
src/insets/InsetFloat.h

index d42fd0f9305a53f570dbe2dc0fa77bc4cc4b7d94..2663b7a4d7737bd730322e4f3b0b379bf38ed449 100644 (file)
@@ -279,6 +279,14 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_FLOAT_INSERT, "float-insert", Noop, Edit },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_FLOAT_WIDE_INSERT
+ * \li Action: Inserts float insets as in #LFUN_FLOAT_INSERT but span multiple columns.
+ * \li Notion: Corresponds to the "figure*" in LaTeX.
+ * \li Syntax: float-wide-insert <TYPE>
+ * \li Origin: Lgb, 31 Oct 2001
+ * \endvar
+ */
                { LFUN_FLOAT_WIDE_INSERT, "float-wide-insert", Noop, Edit },
                { LFUN_WRAP_INSERT, "wrap-insert", Noop, Edit },
 /*!
index 604f5b9b4bc37c49d8263bc76f2f323c3caf932f..d768a769a01fd4e1efbbbab8717f2950f6cf0ecc 100644 (file)
@@ -30,7 +30,7 @@ public:
        std::string type;
        ///
        std::string placement;
-       ///
+       /// span columns
        bool wide;
        ///
        bool sideways;