]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Mon, 16 Jun 2008 23:01:14 +0000 (23:01 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 16 Jun 2008 23:01:14 +0000 (23:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25286 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index e1c957ddf40bad7c119fe9a17779b49051dc0b28..c6a36e99ae2291d93117e3fe007a17cc3789cf41 100644 (file)
@@ -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 <LANG> [<COMMAND>]
+ * \li Params: <LANG>: 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