From 978a357864287517b0f94d53b7055050f6b5a1fe Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Sun, 15 Jun 2008 22:42:45 +0000 Subject: [PATCH] * doxygen for LFUN_MATH_MACRO git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25268 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 8a284eb4a3..14ff3af610 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 [] [def] + * \li Params: : The name of the macro, e.g. "mymacro". + * \li Params: : 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 -- 2.39.5