From: Pavel Sanda Date: Sat, 26 Jan 2008 00:43:49 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~6526 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8c9342ca292520c7f3ecf099e6e3dfc31936caec;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22674 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index b64c4639f9..a22c9d712c 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1059,6 +1059,14 @@ void LyXAction::init() * \li Origin: Asger, 14 Feb 1997 */ { LFUN_RECONFIGURE, "reconfigure", NoBuffer, System }, +/** + * \var lyx::kb_action lyx::LFUN_LYXRC_APPLY + * \li Action: Apply the given settings to user preferences. + * \li Syntax: lyxrc-apply + * \li Params: : settings which are to be set. Take a look into ~/.lyx/preferences + to get an idea which commands to use and their syntax. + #lyx::LyXRC::LyXRCTags has the list of possible commands. + */ { LFUN_LYXRC_APPLY, "lyxrc-apply", NoBuffer, System }, /** * \var lyx::kb_action lyx::LFUN_TOGGLE_CURSOR_FOLLOWS_SCROLLBAR