From 2c44c3d0318467a8994edaacb52528b05878c0e1 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 13 Jun 2008 00:03:36 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25244 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 c8955a7005..854076c752 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1343,6 +1343,16 @@ void LyXAction::init() * \endvar */ { LFUN_MATH_SUPERSCRIPT, "math-superscript", Noop, Math }, +/*! + * \var lyx::FuncCode lyx::LFUN_MATH_LIMITS + * \li Action: Toggles the position of the limits from above/below to the right + side an vice versa in integral symbol, a limit, a summation, etc. + * \li Notion: Put the cursor before the symbol with the limits and then invoke + math-limits. + * \li Syntax: math-limits [] + * \li Params: : limits|nolimits + * \endvar + */ { LFUN_MATH_LIMITS, "math-limits", Noop, Math }, { LFUN_MATH_MACRO, "math-macro", Noop, Math }, { LFUN_MATH_MUTATE, "math-mutate", Noop, Math }, -- 2.39.2