From 162e176006bc0472e9cca3b48a04991d515a201c Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 16 Jun 2008 15:13:47 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25275 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index da9bf85090..e1c957ddf4 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1409,6 +1409,15 @@ void LyXAction::init() * \endvar */ { LFUN_MATH_MATRIX, "math-matrix", Noop, Math }, +/*! + * \var lyx::FuncCode lyx::LFUN_MATH_MODE + * \li Action: In text mode enters math mode (i.e. puts math insets on the current + cursor position), in math mode enters text mode inside math expression. + * \li Notion: If there is some selected text, it puts the text inside created math box. + * \li Syntax: math-mode + * \li Origin: Alejandro, 4 Jun 1996 + * \endvar + */ { LFUN_MATH_MODE, "math-mode", Noop, Math }, /*! * \var lyx::FuncCode lyx::LFUN_MATH_NUMBER_LINE_TOGGLE -- 2.39.2