From: Pavel Sanda Date: Fri, 23 May 2008 10:19:12 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~4710 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8118cc08b535ceb1cb4598e7a52ce15303c23367;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24903 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index eeb343ee23..3ee838ed45 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -786,10 +786,41 @@ void LyXAction::init() { LFUN_DEPTH_INCREMENT, "depth-increment", Noop, Edit }, { LFUN_ENVIRONMENT_INSERT, "environment-insert", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_FONT_BOLD + * \li Action: Toggles the bold font (selection-wise). + * \li Syntax: font-bold + * \endvar + */ { LFUN_FONT_BOLD, "font-bold", Noop, Layout }, +/*! + * \var lyx::FuncCode lyx::LFUN_FONT_TYPEWRITER + * \li Action: Toggles the typewriter font (selection-wise). + * \li Syntax: font-typewriter + * \endvar + */ { LFUN_FONT_TYPEWRITER, "font-typewriter", Noop, Layout }, - { LFUN_FONT_DEFAULT, "font-default", Noop, Layout }, +/*! + * \var lyx::FuncCode lyx::LFUN_FONT_UNDERLINE + * \li Action: Toggles underline in the font (selection-wise). + * \li Syntax: font-underline + * \endvar + */ + { LFUN_FONT_UNDERLINE, "font-underline", Noop, Layout }, +/*! + * \var lyx::FuncCode lyx::LFUN_FONT_EMPH + * \li Action: Toggles the emphasis in the font (selection-wise). + * \li Syntax: font-emph + * \endvar + */ { LFUN_FONT_EMPH, "font-emph", Noop, Layout }, +/*! + * \var lyx::FuncCode lyx::LFUN_FONT_DEFAULT + * \li Action: Reverts the settings of the font to the default values (selection-wise). + * \li Syntax: font-default + * \endvar + */ + { LFUN_FONT_DEFAULT, "font-default", Noop, Layout }, { LFUN_FONT_FREE_APPLY, "font-free-apply", Noop, Layout }, { LFUN_FONT_FREE_UPDATE, "font-free-update", Noop, Layout }, { LFUN_FONT_NOUN, "font-noun", Noop, Layout }, @@ -799,7 +830,6 @@ void LyXAction::init() { LFUN_FONT_ITAL, "font-ital", Noop, Layout }, { LFUN_FONT_SIZE, "font-size", Noop, Layout }, { LFUN_FONT_STATE, "font-state", ReadOnly, Layout }, - { LFUN_FONT_UNDERLINE, "font-underline", Noop, Layout }, { LFUN_SCREEN_FONT_UPDATE, "screen-font-update", NoBuffer, Layout }, { LFUN_BIBITEM_INSERT, "bibitem-insert", Noop, Edit },