mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
* doxygen for LFUN_MATH_MACRO
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25268 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
389d2f99c0
commit
978a357864
@ -1364,6 +1364,16 @@ void LyXAction::init()
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_MATH_LIMITS, "math-limits", Noop, Math },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_MATH_MACRO
|
||||
* \li Action: Inserts a math macro definition at the cursor position in the text.
|
||||
* \li Syntax: math-macro <name> [<NARGS>] [def]
|
||||
* \li Params: <NAME>: The name of the macro, e.g. "mymacro".
|
||||
* \li Params: <NARGS>: The number of parameters of the macro. Default is 0.
|
||||
* \li Params: def: Has effect anymore, just for compatibility with former LyX versions.
|
||||
* \li Origin: sts, 16 June 2008
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_MATH_MACRO, "math-macro", Noop, Math },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_MATH_MUTATE
|
||||
|
Loading…
Reference in New Issue
Block a user