From: Pavel Sanda Date: Sun, 15 Jun 2008 10:19:39 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~4391 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=61e2044d22fe2968e50a9696da569633a85b5663;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25258 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 7396a41e76..41a748d3c9 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 + * \li Params: : bigl/r|Bigl/r|biggl/r|Biggl/r \n + : 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