* doxy - correct whitespacing.

This commit is contained in:
Pavel Sanda 2023-03-02 22:03:09 +01:00
parent 0036b9673b
commit 190d2ba2c3

View File

@ -735,7 +735,7 @@ void LyXAction::init()
Template will be asked for via Open-dialog.
* \li Syntax: buffer-new-template [<FILE>] [<TEMPLATE FILE>]
* \li Params: <FILE>: filename of created file with absolute path. If empty
* or "newfile", a file with appropriate name is generated.
* or "newfile", a file with appropriate name is generated.\n
* <TEMPLATE FILE>: filename of template with absolute path. If empty,
* a dialog is opened to select the new file.
* \endvar
@ -3836,7 +3836,7 @@ void LyXAction::init()
* spell checker dictionary.
* The default for the language is retrieved from the cursor position.
* \li Syntax: spelling-add [<STRING>] [<LANG>]
* \li Params: <WORD>: word to add
* \li Params: <WORD>: word to add\n
<LANG>: language name (see file languages)
* \li Origin: spitz, 18 Jan 2010
* \endvar
@ -3849,7 +3849,7 @@ void LyXAction::init()
* spell checker dictionary.
* The default for the language is retrieved from the cursor position.
* \li Syntax: spelling-add-local [<STRING>] [<LANG>]
* \li Params: <WORD>: word to add
* \li Params: <WORD>: word to add\n
<LANG>: language name (see file languages)
* \li Origin: spitz, 6 Mar 2021
* \endvar
@ -3862,7 +3862,7 @@ void LyXAction::init()
* spell checker dictionary.
* The default for the language is retrieved from the cursor position.
* \li Syntax: spelling-remove-local [<STRING>] [<LANG>]
* \li Params: <WORD>: word to remove
* \li Params: <WORD>: word to remove\n
<LANG>: language name (see file languages)
* \li Origin: spitz, 7 Mar 2021
* \endvar
@ -3885,7 +3885,7 @@ void LyXAction::init()
* in the current session for the given language.
* The default for the language is retrieved from the cursor position.
* \li Syntax: spelling-ignore [<WORD>] [<LANG>]
* \li Params: <WORD>: word to ignore
* \li Params: <WORD>: word to ignore\n
<LANG>: language name (see file languages)
* \li Origin: spitz, 18 Jan 2010
* \endvar
@ -3898,8 +3898,8 @@ void LyXAction::init()
* spell checker dictionary.
* The default for the language is retrieved from the cursor position.
* \li Syntax: spelling-remove [<STRING>] [<LANG>]
* \li Params: <WORD>: word to remove
* <LANG>: language name (see file languages)
* \li Params: <WORD>: word to remove\n
<LANG>: language name (see file languages)
* \li Origin: SWitt, 28 July 2010
* \endvar
*/
@ -4081,7 +4081,7 @@ void LyXAction::init()
* \var lyx::FuncCode lyx::LFUN_THESAURUS_ENTRY
* \li Action: Look up thesaurus entries with respect to the word under the cursor.
* \li Syntax: thesaurus-entry [<STRING>] [lang=<LANG>]
* \li Params: <STRING>: word to look up
* \li Params: <STRING>: word to look up\n
<LANG>: language (see file languages)
* \li Origin: Levon, 20 Jul 2001
* \endvar
@ -4106,7 +4106,7 @@ void LyXAction::init()
* \li Notion: Skipping "auto" when allowauto is false.
* \li Syntax: toolbar-set <NAME> [on|off|auto]
* \li Params: <NAME>: standard|extra|table|math|mathmacrotemplate|\n
minibuffer|review|view/update|math_panels|vcs|
minibuffer|review|view/update|math_panels|vcs|\n
view-others|update-others
* \li Origin: spitz, 17 Dec 2020
* \endvar
@ -4119,7 +4119,7 @@ void LyXAction::init()
* \li Notion: Skipping "auto" when allowauto is false.
* \li Syntax: toolbar-toggle <NAME> [allowauto]
* \li Params: <NAME>: standard|extra|table|math|mathmacrotemplate|\n
minibuffer|review|view/update|math_panels|vcs|
minibuffer|review|view/update|math_panels|vcs|\n
view-others|update-others
* \li Origin: Edwin, 21 May 2007
* \endvar