From: Pavel Sanda Date: Fri, 4 Jul 2008 19:25:19 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~4226 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d9eaed16725ed797a3f91ee0b53d88020ce49bdf;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25450 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index ed9c551591..df4004021d 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1778,6 +1778,14 @@ void LyXAction::init() */ { LFUN_INSET_EDIT, "inset-edit", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_TABULAR_INSERT + * \li Action: Inserts table into the document. + * \li Syntax: tabular-insert [ ] + * \li Params: In case no arguments are given show insert dialog. + * \li Origin: Jug, 12 Apr 2000 + * \endvar + */ { LFUN_TABULAR_INSERT, "tabular-insert", Noop, Edit }, { LFUN_TABULAR_FEATURE, "tabular-feature", Noop, Edit }, /*!