]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Fri, 4 Jul 2008 19:25:19 +0000 (19:25 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 4 Jul 2008 19:25:19 +0000 (19:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25450 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index ed9c551591e074e6f6e57a70d3f6db1c50bbcceb..df4004021dc9826981ab948ffded0700154c8914 100644 (file)
@@ -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 [<ROWS> <COLUMNS>]
+ * \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 },
 /*!