From: Pavel Sanda Date: Fri, 13 Jun 2008 14:15:13 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~4399 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ce2380135bdd4c185efeabf73d7b1dec4d70bb4c;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25248 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 854076c752..b6b06136ce 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 [] + * \li Params: : 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. chars). + * \li Sample: math-matrix 3 3 bccc + * \endvar + */ { LFUN_MATH_MATRIX, "math-matrix", Noop, Math }, { LFUN_MATH_MODE, "math-mode", Noop, Math }, /*!