From 74fa517035094fca6a6a9644f40b7d688b1aa130 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 11 Jun 2008 23:24:28 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25231 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 }, -- 2.39.2