Add doxy.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25066 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-06-02 11:44:28 +00:00
parent ec348c574a
commit 5293c58724

View File

@ -290,6 +290,16 @@ void LyXAction::init()
* \endvar
*/
{ LFUN_FLOAT_WIDE_INSERT, "float-wide-insert", Noop, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_FLOAT_LIST_INSERT
* \li Action: Inserts the list of floats in the document.
* \li Syntax: float-list-insert <TYPE>
* \li Params: <TYPE>: type of float depends on the used textclass. Usually
"algorithm", "table", "figure" parameters can be given.
* \li Origin: Lgb, 3 May 2001
* \endvar
*/
{ LFUN_FLOAT_LIST_INSERT, "float-list-insert", Noop, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_WRAP_INSERT
* \li Action: Inserts floats wrapped by the text around.
@ -1753,8 +1763,6 @@ void LyXAction::init()
{ LFUN_KEYMAP_SECONDARY, "keymap-secondary", ReadOnly, Edit },
{ LFUN_KEYMAP_TOGGLE, "keymap-toggle", ReadOnly, Edit },
{ LFUN_FLOAT_LIST_INSERT, "float-list-insert", Noop, Edit },
{ LFUN_SERVER_CHAR_AFTER, "server-char-after", ReadOnly, System },
{ LFUN_SERVER_GET_LAYOUT, "server-get-layout", ReadOnly, System },
{ LFUN_SERVER_GET_NAME, "server-get-name", ReadOnly, System },