mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25228 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
154fe36eb2
commit
ed12154445
@ -1295,6 +1295,17 @@ void LyXAction::init()
|
|||||||
*/
|
*/
|
||||||
{ LFUN_MARK_TOGGLE, "mark-toggle", ReadOnly, Edit },
|
{ LFUN_MARK_TOGGLE, "mark-toggle", ReadOnly, Edit },
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* \var lyx::FuncCode lyx::LFUN_MATH_DELIM
|
||||||
|
* \li Action: Inserts math delimiters (e.g. parentheses, brackets) enclosing expression.
|
||||||
|
* \li Syntax: math-delim [<LEFT>] [<RIGHT>]
|
||||||
|
* \li Params: <LEFT/RIGHT>: Delimiters to be used. Each delimiter can be specified by
|
||||||
|
either a LaTeX name or a valid character.
|
||||||
|
( is the default letter.
|
||||||
|
* \li Sample: math-delim { rangle
|
||||||
|
* \li Origin: Alejandro, 18 Jun 1996
|
||||||
|
* \endvar
|
||||||
|
*/
|
||||||
{ LFUN_MATH_DELIM, "math-delim", Noop, Math },
|
{ LFUN_MATH_DELIM, "math-delim", Noop, Math },
|
||||||
{ LFUN_MATH_BIGDELIM, "math-bigdelim", Noop, Math },
|
{ LFUN_MATH_BIGDELIM, "math-bigdelim", Noop, Math },
|
||||||
{ LFUN_MATH_DISPLAY, "math-display", Noop, Math },
|
{ LFUN_MATH_DISPLAY, "math-display", Noop, Math },
|
||||||
|
Loading…
Reference in New Issue
Block a user