]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Fri, 13 Jun 2008 00:03:36 +0000 (00:03 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 13 Jun 2008 00:03:36 +0000 (00:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25244 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index c8955a7005fc3c48cab825ed2127a4aded19b41c..854076c75285a5b56012a52bf267fe98950e7cc7 100644 (file)
@@ -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 [<STATE>]
+ * \li Params: <STATE>: limits|nolimits
+ * \endvar
+ */
                { LFUN_MATH_LIMITS, "math-limits", Noop, Math },
                { LFUN_MATH_MACRO, "math-macro", Noop, Math },
                { LFUN_MATH_MUTATE, "math-mutate", Noop, Math },