]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Thu, 5 Jun 2008 12:24:27 +0000 (12:24 +0000)
committerPavel Sanda <sanda@lyx.org>
Thu, 5 Jun 2008 12:24:27 +0000 (12:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25141 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index c33f98b83f01eff1b19ee6bf83c70515ae7baab8..7a29462e3acabc87bf01984cd17f92e141454f25 100644 (file)
@@ -750,6 +750,17 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_WORD_FIND, "word-find", ReadOnly, Edit },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_WORD_FIND
+ * \li Action: Replace a string in the document.
+ * \li Syntax: word-replace [<DATA>]
+ * \li Params: <DATA>: data is of the form
+                       "<search> \n
+                        <replace> \n
+                        <casesensitive> <matchword> <all> <forward>"
+ * \li Origin: poenitz, Jan 7 2004
+ * \endvar
+ */
                { LFUN_WORD_REPLACE, "word-replace", Noop, Edit },
 /*!
  * \var lyx::FuncCode lyx::LFUN_WORD_FORWARD