mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
* Doxy: fix \vars
(Beware: syntax needs \var lyx::kb_action lyx::LFUN_ after move to .cpp) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22570 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
be309904a8
commit
57587d80d6
@ -56,7 +56,7 @@ namespace lyx {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* \var lyx::kb_action lyx::LFUN_
|
||||||
* \li Action:
|
* \li Action:
|
||||||
* \li Notion:
|
* \li Notion:
|
||||||
* \li Syntax:
|
* \li Syntax:
|
||||||
@ -103,93 +103,111 @@ void LyXAction::init()
|
|||||||
ev_item const items[] = {
|
ev_item const items[] = {
|
||||||
#endif
|
#endif
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ACCENT_ACUTE
|
||||||
* \li Action: adds an acute accent (á) to the next character typed
|
* \li Action: adds an acute accent (á) to the next character typed
|
||||||
* \li Syntax: accent-acute
|
* \li Syntax: accent-acute
|
||||||
*/
|
*/
|
||||||
{ LFUN_ACCENT_ACUTE, "accent-acute", Noop, Edit },
|
{ LFUN_ACCENT_ACUTE, "accent-acute", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ACCENT_BREVE
|
||||||
* \li Action: adds a breve accent to the next character typed
|
* \li Action: adds a breve accent to the next character typed
|
||||||
* \li Syntax: accent-breve
|
* \li Syntax: accent-breve
|
||||||
*/
|
*/
|
||||||
{ LFUN_ACCENT_BREVE, "accent-breve", Noop, Edit },
|
{ LFUN_ACCENT_BREVE, "accent-breve", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ACCENT_CARON
|
||||||
* \li Action: adds a caron to the next character typed
|
* \li Action: adds a caron to the next character typed
|
||||||
* \li Syntax: accent-caron
|
* \li Syntax: accent-caron
|
||||||
*/
|
*/
|
||||||
{ LFUN_ACCENT_CARON, "accent-caron", Noop, Edit },
|
{ LFUN_ACCENT_CARON, "accent-caron", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ACCENT_CEDILLA
|
||||||
* \li Action: adds a cedilla (ç) to the next character typed
|
* \li Action: adds a cedilla (ç) to the next character typed
|
||||||
* \li Syntax: accent-cedilla
|
* \li Syntax: accent-cedilla
|
||||||
*/
|
*/
|
||||||
{ LFUN_ACCENT_CEDILLA, "accent-cedilla", Noop, Edit },
|
{ LFUN_ACCENT_CEDILLA, "accent-cedilla", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ACCENT_CIRCLE
|
||||||
* \li Action: adds a circle accent (Å) to the next character typed
|
* \li Action: adds a circle accent (Å) to the next character typed
|
||||||
* \li Syntax: accent-circle
|
* \li Syntax: accent-circle
|
||||||
*/
|
*/
|
||||||
{ LFUN_ACCENT_CIRCLE, "accent-circle", Noop, Edit },
|
{ LFUN_ACCENT_CIRCLE, "accent-circle", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ACCENT_CIRCUMFLEX
|
||||||
* \li Action: adds a circumflex (â) to the next character typed
|
* \li Action: adds a circumflex (â) to the next character typed
|
||||||
* \li Syntax: accent-circumflex
|
* \li Syntax: accent-circumflex
|
||||||
*/
|
*/
|
||||||
{ LFUN_ACCENT_CIRCUMFLEX, "accent-circumflex", Noop, Edit },
|
{ LFUN_ACCENT_CIRCUMFLEX, "accent-circumflex", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ACCENT_DOT
|
||||||
* \li Action: adds a dot accent to the next character typed
|
* \li Action: adds a dot accent to the next character typed
|
||||||
* \li Syntax: accent-dot
|
* \li Syntax: accent-dot
|
||||||
*/
|
*/
|
||||||
{ LFUN_ACCENT_DOT, "accent-dot", Noop, Edit },
|
{ LFUN_ACCENT_DOT, "accent-dot", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ACCENT_GRAVE
|
||||||
* \li Action: adds a grave accent (à) to the next character typed
|
* \li Action: adds a grave accent (à) to the next character typed
|
||||||
* \li Syntax: accent-grave
|
* \li Syntax: accent-grave
|
||||||
*/
|
*/
|
||||||
{ LFUN_ACCENT_GRAVE, "accent-grave", Noop, Edit },
|
{ LFUN_ACCENT_GRAVE, "accent-grave", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ACCENT_HUNGARIAN_UMLAUT
|
||||||
* \li Action: adds a Hungarian umlaut to the next character typed
|
* \li Action: adds a Hungarian umlaut to the next character typed
|
||||||
* \li Syntax: accent-grave
|
* \li Syntax: accent-grave
|
||||||
*/
|
*/
|
||||||
{ LFUN_ACCENT_HUNGARIAN_UMLAUT, "accent-hungarian-umlaut", Noop, Edit },
|
{ LFUN_ACCENT_HUNGARIAN_UMLAUT, "accent-hungarian-umlaut", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ACCENT_MACRON
|
||||||
* \li Action: adds a macron to the next character typed
|
* \li Action: adds a macron to the next character typed
|
||||||
* \li Syntax: accent-macron
|
* \li Syntax: accent-macron
|
||||||
*/
|
*/
|
||||||
{ LFUN_ACCENT_MACRON, "accent-macron", Noop, Edit },
|
{ LFUN_ACCENT_MACRON, "accent-macron", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ACCENT_OGONEK
|
||||||
* \li Action: adds an ogonek accent to the next character typed
|
* \li Action: adds an ogonek accent to the next character typed
|
||||||
* \li Syntax: accent-ogonek
|
* \li Syntax: accent-ogonek
|
||||||
*/
|
*/
|
||||||
{ LFUN_ACCENT_OGONEK, "accent-ogonek", Noop, Edit },
|
{ LFUN_ACCENT_OGONEK, "accent-ogonek", Noop, Edit },
|
||||||
{ LFUN_ACCENT_SPECIAL_CARON, "accent-special-caron", Noop, Edit },
|
{ LFUN_ACCENT_SPECIAL_CARON, "accent-special-caron", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ACCENT_TIE
|
||||||
* \li Action: adds a tie over the next two character typed
|
* \li Action: adds a tie over the next two character typed
|
||||||
* \li Syntax: accent-tie
|
* \li Syntax: accent-tie
|
||||||
*/
|
*/
|
||||||
{ LFUN_ACCENT_TIE, "accent-tie", Noop, Edit },
|
{ LFUN_ACCENT_TIE, "accent-tie", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ACCENT_TILDE
|
||||||
* \li Action: adds a tilde (ñ) over the next character typed
|
* \li Action: adds a tilde (ñ) over the next character typed
|
||||||
* \li Syntax: accent-tilde
|
* \li Syntax: accent-tilde
|
||||||
*/
|
*/
|
||||||
{ LFUN_ACCENT_TILDE, "accent-tilde", Noop, Edit },
|
{ LFUN_ACCENT_TILDE, "accent-tilde", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ACCENT_UMLAUT
|
||||||
* \li Action: adds an umlaut (ö) over the next character typed
|
* \li Action: adds an umlaut (ö) over the next character typed
|
||||||
* \li Syntax: accent-umlaut
|
* \li Syntax: accent-umlaut
|
||||||
*/
|
*/
|
||||||
{ LFUN_ACCENT_UMLAUT, "accent-umlaut", Noop, Edit },
|
{ LFUN_ACCENT_UMLAUT, "accent-umlaut", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ACCENT_UNDERBAR
|
||||||
* \li Action: adds a bar under the next character typed
|
* \li Action: adds a bar under the next character typed
|
||||||
* \li Syntax: accent-underbar
|
* \li Syntax: accent-underbar
|
||||||
*/
|
*/
|
||||||
{ LFUN_ACCENT_UNDERBAR, "accent-underbar", Noop, Edit },
|
{ LFUN_ACCENT_UNDERBAR, "accent-underbar", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ACCENT_UNDERDOT
|
||||||
* \li Action: adds a dot under the next character typed
|
* \li Action: adds a dot under the next character typed
|
||||||
* \li Syntax: accent-underdot
|
* \li Syntax: accent-underdot
|
||||||
*/
|
*/
|
||||||
{ LFUN_ACCENT_UNDERDOT, "accent-underdot", Noop, Edit },
|
{ LFUN_ACCENT_UNDERDOT, "accent-underdot", Noop, Edit },
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_BREAK_PARAGRAPH
|
||||||
* \li Action: Breaks the current paragraph at the current location
|
* \li Action: Breaks the current paragraph at the current location
|
||||||
* \li Syntax: break-paragraph
|
* \li Syntax: break-paragraph
|
||||||
*/
|
*/
|
||||||
{ LFUN_BREAK_PARAGRAPH, "break-paragraph", Noop, Edit },
|
{ LFUN_BREAK_PARAGRAPH, "break-paragraph", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_BREAK_PARAGRAPH_SKIP
|
||||||
* \li Action: Breaks the current paragraph at the current location,
|
* \li Action: Breaks the current paragraph at the current location,
|
||||||
unless used at the beginning of a line, where it sets
|
unless used at the beginning of a line, where it sets
|
||||||
the label width string to empty.
|
the label width string to empty.
|
||||||
@ -197,11 +215,13 @@ void LyXAction::init()
|
|||||||
*/
|
*/
|
||||||
{ LFUN_BREAK_PARAGRAPH_SKIP, "break-paragraph-skip", Noop, Edit },
|
{ LFUN_BREAK_PARAGRAPH_SKIP, "break-paragraph-skip", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_CAPTION_INSERT
|
||||||
* \li Action: Inserts a caption inset.
|
* \li Action: Inserts a caption inset.
|
||||||
* \li Syntax: caption-insert
|
* \li Syntax: caption-insert
|
||||||
*/
|
*/
|
||||||
{ LFUN_CAPTION_INSERT, "caption-insert", Noop, Edit },
|
{ LFUN_CAPTION_INSERT, "caption-insert", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_DATE_INSERT
|
||||||
* \li Action: Inserts the current date
|
* \li Action: Inserts the current date
|
||||||
* \li Syntax: date-insert <ARG>
|
* \li Syntax: date-insert <ARG>
|
||||||
* \li Param: <ARG>: Strangely, this is inserted verbatim, no matter
|
* \li Param: <ARG>: Strangely, this is inserted verbatim, no matter
|
||||||
@ -209,11 +229,13 @@ void LyXAction::init()
|
|||||||
*/
|
*/
|
||||||
{ LFUN_DATE_INSERT, "date-insert", Noop, Edit },
|
{ LFUN_DATE_INSERT, "date-insert", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_FOOTNOTE_INSERT
|
||||||
* \li Action: Inserts a footnote inset.
|
* \li Action: Inserts a footnote inset.
|
||||||
* \li Syntax: footnote-insert
|
* \li Syntax: footnote-insert
|
||||||
*/
|
*/
|
||||||
{ LFUN_FOOTNOTE_INSERT, "footnote-insert", Noop, Edit },
|
{ LFUN_FOOTNOTE_INSERT, "footnote-insert", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_ERT_INSERT
|
||||||
* \li Action: Inserts an ERT inset.
|
* \li Action: Inserts an ERT inset.
|
||||||
* \li Syntax: ert-insert
|
* \li Syntax: ert-insert
|
||||||
*/
|
*/
|
||||||
@ -222,36 +244,43 @@ void LyXAction::init()
|
|||||||
{ LFUN_FLOAT_WIDE_INSERT, "float-wide-insert", Noop, Edit },
|
{ LFUN_FLOAT_WIDE_INSERT, "float-wide-insert", Noop, Edit },
|
||||||
{ LFUN_WRAP_INSERT, "wrap-insert", Noop, Edit },
|
{ LFUN_WRAP_INSERT, "wrap-insert", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_HFILL_INSERT
|
||||||
* \li Action: Inserts an hfill inset.
|
* \li Action: Inserts an hfill inset.
|
||||||
* \li Syntax: hfill-insert
|
* \li Syntax: hfill-insert
|
||||||
*/
|
*/
|
||||||
{ LFUN_HFILL_INSERT, "hfill-insert", Noop, Edit },
|
{ LFUN_HFILL_INSERT, "hfill-insert", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_OPTIONAL_INSERT
|
||||||
* \li Action: Inserts an optional-argument (short title) inset.
|
* \li Action: Inserts an optional-argument (short title) inset.
|
||||||
* \li Syntax: optional-insert
|
* \li Syntax: optional-insert
|
||||||
*/
|
*/
|
||||||
{ LFUN_OPTIONAL_INSERT, "optional-insert", Noop, Edit },
|
{ LFUN_OPTIONAL_INSERT, "optional-insert", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_LINE_INSERT
|
||||||
* \li Action: Inserts a horizontal line.
|
* \li Action: Inserts a horizontal line.
|
||||||
* \li Syntax: line-insert
|
* \li Syntax: line-insert
|
||||||
*/
|
*/
|
||||||
{ LFUN_LINE_INSERT, "line-insert", Noop, Edit },
|
{ LFUN_LINE_INSERT, "line-insert", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_NEWPAGE_INSERT
|
||||||
* \li Action: Inserts a new page.
|
* \li Action: Inserts a new page.
|
||||||
* \li Syntax: newpage-insert
|
* \li Syntax: newpage-insert
|
||||||
*/
|
*/
|
||||||
{ LFUN_NEWPAGE_INSERT, "newpage-insert", Noop, Edit },
|
{ LFUN_NEWPAGE_INSERT, "newpage-insert", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_PAGEBREAK_INSERT
|
||||||
* \li Action: Inserts a pagebreak.
|
* \li Action: Inserts a pagebreak.
|
||||||
* \li Syntax: pagebreak-insert
|
* \li Syntax: pagebreak-insert
|
||||||
*/
|
*/
|
||||||
{ LFUN_PAGEBREAK_INSERT, "pagebreak-insert", Noop, Edit },
|
{ LFUN_PAGEBREAK_INSERT, "pagebreak-insert", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_MARGINALNOTE_INSERT
|
||||||
* \li Action: Inserts a marginal note.
|
* \li Action: Inserts a marginal note.
|
||||||
* \li Syntax: marginalnote-insert
|
* \li Syntax: marginalnote-insert
|
||||||
*/
|
*/
|
||||||
{ LFUN_MARGINALNOTE_INSERT, "marginalnote-insert", Noop, Edit },
|
{ LFUN_MARGINALNOTE_INSERT, "marginalnote-insert", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_UNICODE_INSERT
|
||||||
* \li Action: Inserts a single unicode character.
|
* \li Action: Inserts a single unicode character.
|
||||||
* \li Syntax: unicode-insert <CHAR>
|
* \li Syntax: unicode-insert <CHAR>
|
||||||
* \li Params: <CHAR>: The character to insert, given as its code
|
* \li Params: <CHAR>: The character to insert, given as its code
|
||||||
@ -259,6 +288,7 @@ void LyXAction::init()
|
|||||||
*/
|
*/
|
||||||
{ LFUN_UNICODE_INSERT, "unicode-insert", Noop, Edit },
|
{ LFUN_UNICODE_INSERT, "unicode-insert", Noop, Edit },
|
||||||
/**
|
/**
|
||||||
|
* \var lyx::kb_action lyx::LFUN_LISTING_INSERT
|
||||||
* \li Action: Inserts a new listings inset.
|
* \li Action: Inserts a new listings inset.
|
||||||
* \li Syntax: listing-insert
|
* \li Syntax: listing-insert
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user