]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Sun, 15 Jun 2008 10:19:39 +0000 (10:19 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 15 Jun 2008 10:19:39 +0000 (10:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25258 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 7396a41e76c68f4eac3def6190e603b7885f02bd..41a748d3c946074d04571260fbfe958fac444f6f 100644 (file)
@@ -1307,6 +1307,16 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_MATH_DELIM, "math-delim", Noop, Math },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_MATH_BIGDELIM
+ * \li Action: Inserts math fixed size delimiters (e.g. parentheses, brackets) enclosing expression.
+ * \li Syntax: math-bigdelim <LSIZE> <LDELIM> <RSIZE> <RDELIM>
+ * \li Params: <L/RSIZE>: bigl/r|Bigl/r|biggl/r|Biggl/r \n
+               <L/RDELIM>: TeX code for delimiter. See Delimiter dialog for delimiters to be used.
+ * \li Sample: math-bigdelim "Bigl" "\Downarrow" "Bigr" "\}"
+ * \li Origin: Enrico & Georg, 7 May 2006
+ * \endvar
+ */
                { LFUN_MATH_BIGDELIM, "math-bigdelim", Noop, Math },
 /*!
  * \var lyx::FuncCode lyx::LFUN_MATH_DISPLAY