From caaf430aec6258e7520d9426e58c7fb5477a8d9a Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 3 Feb 2008 12:40:19 +0000 Subject: [PATCH] * Doxy tweaks. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22766 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 3a9d64ee94..60c4dd4eae 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -917,7 +917,7 @@ void LyXAction::init() * \li Notion: Overwrite all nonspecified settings to the default ones. Use paragraph-params lfun if you don't want to overwrite others settings. * \li Syntax: paragraph-params-apply - * \li Params: For parameters see LFUN_PARAGRAPH_PARAMS + * \li Params: For parameters see #LFUN_PARAGRAPH_PARAMS * \li Origin: leeming, 30 Mar 2004 */ { LFUN_PARAGRAPH_PARAMS_APPLY, "paragraph-params-apply", Noop, Edit }, @@ -1068,7 +1068,7 @@ void LyXAction::init() * \li Params: is either "custom" or one of the formats which you can find in Tools->Preferences->File formats->Format. Usual format you will enter is "pdf2" (pdflatex), - "pdflatex" (plain tex for pdflatex) or "ps" for postscript. + "pdflatex" (plain tex for pdflatex) or "ps" for postscript.\n In case of "custom" you will be asked for a format you want to start from and for the command that you want to apply to this format. @@ -1081,8 +1081,8 @@ void LyXAction::init() * \li Action: Prints the current document. * \li Notion: Many settings can be given via the preferences dialog. * \li Syntax: buffer-print - * \li Params: is either "printer" or "file". - is either "default" or file name or printer name. + * \li Params: is either "printer" or "file".\n + is either "default" or file name or printer name.\n command ensuring the printing job. * \li Sample: buffer-print file "/trash/newfile1.ps" "dvips" * \li Origin: leeming, 28 Mar 2004 @@ -1157,7 +1157,7 @@ void LyXAction::init() /** * \var lyx::kb_action lyx::LFUN_CALL * \li Action: Executes a command defined in a .def file. - * \li Notion: The definitions are by default read from lib/commands/default.def . + * \li Notion: The definitions are by default read from lib/commands/default.def.\n A .def file allows to define a command with \\define "" "" where is the name of the new command and is the lfun code to be executed (see e.g. #LFUN_COMMAND_SEQUENCE). -- 2.39.2