]> git.lyx.org Git - lyx.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Fri, 13 Jun 2008 14:15:13 +0000 (14:15 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 13 Jun 2008 14:15:13 +0000 (14:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25248 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 854076c75285a5b56012a52bf267fe98950e7cc7..b6b06136ceb7bfe2d562219dfc623e4572d08097 100644 (file)
@@ -1358,6 +1358,16 @@ void LyXAction::init()
                { LFUN_MATH_MUTATE, "math-mutate", Noop, Math },
                { LFUN_MATH_SPACE, "math-space", Noop, Math },
                { LFUN_MATH_IMPORT_SELECTION, "math-import-selection", Noop, Math },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_MATH_MATRIX
+ * \li Action: Inserts a matrix.
+ * \li Syntax: math-matrix <COLS> <ROWS> [<ALIGN>]
+ * \li Params: <ALIGN>: Alignment is a word composed of the vertical alignment
+                        (b, c or t) (i.e. 1 char) and the horizontal alignments 
+                       (l, c or r) (i.e. <COL> chars).
+ * \li Sample: math-matrix 3 3 bccc
+ * \endvar
+ */
                { LFUN_MATH_MATRIX, "math-matrix", Noop, Math },
                { LFUN_MATH_MODE, "math-mode", Noop, Math },
 /*!