mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24814 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ef3b045378
commit
98d3ca8bd8
@ -323,6 +323,15 @@ void LyXAction::init()
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_LISTING_INSERT, "listing-insert", Noop, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_QUOTE_INSERT
|
||||
* \li Action: Inserts quotes according to the type and quote-language preference.
|
||||
* \li Action: Currently English, Swedish, German, Polish, French, Danish quotes
|
||||
are distinguished.
|
||||
* \li Syntax: quote-insert [<TYPE>]
|
||||
* \li Params: TYPE: 'single' for single quotes, otherwise double quotes will be used.
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_QUOTE_INSERT, "quote-insert", Noop, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_INFO_INSERT
|
||||
|
Loading…
Reference in New Issue
Block a user