From d7b88d3f5bd4d2e3cbd8f2d7e49ffe61b32e8a9b Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 23 May 2010 11:25:18 +0000 Subject: [PATCH] Fix doxy generation git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34463 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/doc/LFUNs.lyx | 10 +++++----- src/LyXAction.cpp | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/doc/LFUNs.lyx b/lib/doc/LFUNs.lyx index 0c5f668f24..bba98c3082 100644 --- a/lib/doc/LFUNs.lyx +++ b/lib/doc/LFUNs.lyx @@ -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 diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 666e871ada..143f0faf5a 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 -- 2.39.2