From: Pavel Sanda Date: Fri, 4 Jul 2008 00:03:52 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~4239 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=46fbb7436b918b1bfc0a6b9d92ff5b5a84030a1c;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25435 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 1e88906c3d..694dcf34f8 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1778,7 +1778,20 @@ void LyXAction::init() */ { LFUN_INSET_EDIT, "inset-edit", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_CELL_BACKWARD + * \li Action: Moves the cursor to the previous cell inside the table. + * \li Syntax: cell-backward + * \li Origin: Jug, 22 May 2000 + * \endvar + */ { LFUN_CELL_BACKWARD, "cell-backward", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_CELL_FORWARD + * \li Action: Moves the cursor to the next cell inside the table. + * \li Syntax: cell-forward + * \endvar + */ { LFUN_CELL_FORWARD, "cell-forward", Noop, Edit }, { LFUN_CELL_SPLIT, "cell-split", Noop, Edit }, { LFUN_TABULAR_INSERT, "tabular-insert", Noop, Edit },