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@25232 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
74fa517035
commit
dc4f254726
@ -1320,7 +1320,21 @@ void LyXAction::init()
|
||||
*/
|
||||
{ LFUN_MATH_DISPLAY, "math-display", Noop, Math },
|
||||
{ LFUN_MATH_INSERT, "math-insert", Noop, Math },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_MATH_SUBSCRIPT
|
||||
* \li Action: Enters subscript expression in math expression.
|
||||
* \li Syntax: math-subscript
|
||||
* \li Origin: vermeer, 12 Dec 2001
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_MATH_SUBSCRIPT, "math-subscript", Noop, Math },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_MATH_SUPERSCRIPT
|
||||
* \li Action: Enters subscript expression in math expression.
|
||||
* \li Syntax: math-superscript
|
||||
* \li Origin: vermeer, 12 Dec 2001
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_MATH_SUPERSCRIPT, "math-superscript", Noop, Math },
|
||||
{ LFUN_MATH_LIMITS, "math-limits", Noop, Math },
|
||||
{ LFUN_MATH_MACRO, "math-macro", Noop, Math },
|
||||
|
Loading…
Reference in New Issue
Block a user