From: Pavel Sanda Date: Fri, 13 Jun 2008 00:03:36 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~4403 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2c44c3d0318467a8994edaacb52528b05878c0e1;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25244 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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 },