From 87a64de1e7b50ae7637f50112ec794f16ab27ee6 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 12 Jun 2008 20:16:51 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25243 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 1a6b8f6b3b..c8955a7005 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1319,6 +1319,13 @@ void LyXAction::init() * \endvar */ { LFUN_MATH_DISPLAY, "math-display", Noop, Math }, +/*! + * \var lyx::FuncCode lyx::LFUN_MATH_INSERT + * \li Action: Inserts math objects and symbols. + * \li Syntax: math-insert + * \li Params: : Symbol or LaTeX code to be inserted. + * \endvar + */ { LFUN_MATH_INSERT, "math-insert", Noop, Math }, /*! * \var lyx::FuncCode lyx::LFUN_MATH_SUBSCRIPT -- 2.39.5