From: Pavel Sanda Date: Wed, 11 Jun 2008 23:24:28 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~4416 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=74fa517035094fca6a6a9644f40b7d688b1aa130;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25231 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index a3e7b389be..51fbaceed7 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1308,6 +1308,16 @@ void LyXAction::init() */ { LFUN_MATH_DELIM, "math-delim", Noop, Math }, { LFUN_MATH_BIGDELIM, "math-bigdelim", Noop, Math }, +/*! + * \var lyx::FuncCode lyx::LFUN_MATH_DISPLAY + * \li Action: Creates a new displayed equation in text mode. + Toggles inlined/display formula in math mode. + * \li Syntax: math-display [] + * \li Params: : this argument will be passed to #LFUN_MATH_INSERT when creating + new equation from the text mode. + * \li Origin: Alejandro, 18 Jun 1996 + * \endvar + */ { LFUN_MATH_DISPLAY, "math-display", Noop, Math }, { LFUN_MATH_INSERT, "math-insert", Noop, Math }, { LFUN_MATH_SUBSCRIPT, "math-subscript", Noop, Math },