From: Pavel Sanda Date: Mon, 16 Jun 2008 23:01:14 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~4365 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d25aa0ad38969beb1ca0e454013b408b655c9ca9;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25286 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index e1c957ddf4..c6a36e99ae 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1437,6 +1437,20 @@ void LyXAction::init() * \endvar */ { LFUN_MATH_NUMBER_TOGGLE, "math-number-toggle", Noop, Math }, +/*! + * \var lyx::FuncCode lyx::LFUN_MATH_EXTERN + * \li Action: Calls external program and passes the current expression/equation + as an argument for the calculation in the format appropriate to the + given language. + * \li Notion: Selection can be used to determine the input for the external program. + * \li Syntax: math-extern [] + * \li Params: : octave|maxima|maple|mathematica|script \n + where "script" stands fot the external script (normalized + expression will be passed) + * \li Origin: Andre', 24 Apr 2001 + * \li Sample: math-extern maple simplify + * \endvar + */ { LFUN_MATH_EXTERN, "math-extern", Noop, Math }, /*! * \var lyx::FuncCode lyx::LFUN_MATH_SIZE