]> git.lyx.org Git - features.git/commitdiff
* doxy
authorPavel Sanda <sanda@lyx.org>
Sun, 26 Apr 2009 08:39:18 +0000 (08:39 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 26 Apr 2009 08:39:18 +0000 (08:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29405 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 1d2025a8bac55ff273504be3ae897d608930d9a0..eb191d597efcd69148e569005b863b216002c192 100644 (file)
@@ -2661,6 +2661,8 @@ void LyXAction::init()
 /*!
  * \var lyx::FuncCode lyx::LFUN_SERVER_GOTO_FILE_ROW
  * \li Action: Sets the cursor position based on the row number of generated TeX file.
+ * \li Notion: This can be useful for DVI inverse-search or detection of the problematic
+               line from LaTeX compilation.
  * \li Syntax: server-goto-file-row <LYX_FILE_NAME> <ROW_NUMBER>
  * \li Origin: Edmar, 23 Dec 1998
  * \endvar