]> git.lyx.org Git - features.git/commitdiff
Update doxy.
authorRichard Heck <rgheck@comcast.net>
Wed, 15 Jul 2009 16:27:22 +0000 (16:27 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 15 Jul 2009 16:27:22 +0000 (16:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30607 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index c3eb1dbd84e25972cdb69e4c2a8ad39113a5917f..5b0745312024b6ba1fcaeb42f11de935b7473e27 100644 (file)
@@ -2747,13 +2747,14 @@ void LyXAction::init()
                line from LaTeX compilation. Note that before this function can be used
                export to LaTeX output must occur (in order to map the row numbers).
  * \li Syntax: server-goto-file-row <FILE[.ext]> <ROW_NUMBER>
- * \li Params: <FILE>: the filename. Environment variables are expaned in the path.
+ * \li Params: <FILE>: the filename. Environment variables are expanded in the path.
                        In case this LFUN does not work make sure you are giving correct
                        path to the file.\n
                        If the file is located inside LyX temporary directory it will be
                        mapped back into the appropriate opened buffer (e.g. for the case
                        of generated .tex file).
                  .ext: extensions will be automatically replaced by .lyx.
+                 <ROW_NUMBER> The row number of the LaTeX file to which to go.
  * \li Origin: Edmar, 23 Dec 1998
  * \endvar
  */