]> git.lyx.org Git - lyx.git/commitdiff
Fix doxy generation
authorPavel Sanda <sanda@lyx.org>
Sun, 23 May 2010 11:25:18 +0000 (11:25 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 23 May 2010 11:25:18 +0000 (11:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34463 a592a061-630c-0410-9148-cb99ea01b6c8

lib/doc/LFUNs.lyx
src/LyXAction.cpp

index 0c5f668f244264658d9d9e5066c6816e6d4d1a4a..bba98c3082edc5fd58a78d6dab56ac846aba638b 100644 (file)
@@ -57,7 +57,7 @@
 \begin_body
 
 \begin_layout Section*
-LFUNs documentation automatically generated 2010-05-11
+LFUNs documentation automatically generated 2010-05-23
 \end_layout
 
 \begin_layout Standard
@@ -4318,17 +4318,17 @@ Action Sets the cursor position in the previewed (e.g. dvi) file based on the ro
 \begin_layout Description
 Notion The external program used for forward search call can be specified in 
 \backslash
-\forward_search_dvi and 
+forward_search_dvi and 
 \backslash
-\forward_search_pdf RC settings.              By default, the value for pdf is empty, while for dvi it is
+forward_search_pdf RC settings. By default, the value for pdf is empty, while for dvi it is
 \begin_inset Newline newline
 \end_inset
 
-              "xdvi -sourceposition $$n:$$t $$o"
+"xdvi -sourceposition $$n:$$t $$o"
 \begin_inset Newline newline
 \end_inset
 
-              The values replaced in the call: $$n for row number, $$t for            exported temporary .tex file, $$o exported output file, either          dvi or pdf, depending on which one exists in the temp dir               (preferred is dvi).
+The values replaced in the call: $$n for row number, $$t for exported temporary .tex file, $$o exported output file, either dvi or pdf, depending on which one exists in the temp dir (preferred is dvi).
 \end_layout
 \begin_layout Description
 Syntax forward-search
index 666e871adaaca350ef27bcd203c1497bdf1d1c2c..143f0faf5a170fbf284c71d4caa0cb285a504b0d 100644 (file)
@@ -2830,13 +2830,13 @@ void LyXAction::init()
  * \li Action: Sets the cursor position in the previewed (e.g. dvi) file based on the row
                number in LyX window.
  * \li Notion: The external program used for forward search call can be specified in
-               \\forward_search_dvi and \\forward_search_pdf RC settings.
-              By default, the value for pdf is empty, while for dvi it is\n
-              "xdvi -sourceposition $$n:$$t $$o"\n
-              The values replaced in the call: $$n for row number, $$t for
-              exported temporary .tex file, $$o exported output file, either
-              dvi or pdf, depending on which one exists in the temp dir
-              (preferred is dvi).
+               \forward_search_dvi and \forward_search_pdf RC settings.
+               By default, the value for pdf is empty, while for dvi it is\n
+               "xdvi -sourceposition $$n:$$t $$o"\n
+               The values replaced in the call: $$n for row number, $$t for
+               exported temporary .tex file, $$o exported output file, either
+               dvi or pdf, depending on which one exists in the temp dir
+               (preferred is dvi).
  * \li Syntax: forward-search
  * \li Origin: sanda, 14 Apr 2010
  * \endvar