From 586afc2a4cbc703051f178a980f3fd6a010c2050 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Wed, 15 Apr 2009 17:14:48 +0000 Subject: [PATCH] * LyXAction.cpp: doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29247 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 4fe47081af..479042e067 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -2249,7 +2249,8 @@ void LyXAction::init() { LFUN_INSET_SETTINGS, "inset-settings", ReadOnly | AtPoint, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_INSET_TOGGLE - * \li Action: Toggles the collapsable inset we are currently in. + * \li Action: Toggles the collapsable inset at cursor position, + * or the inset we are currently in. * \li Syntax: inset-toggle [] * \li Params: : . \n open/close/toggle are for collapsable insets. toggle is used when no argument is given.\n @@ -2263,8 +2264,8 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_ALL_INSETS_TOGGLE * \li Action: Toggles (open/closes) all collapsable insets (of a given type) in the document. * \li Notion: Used for box, branch, ert, float, listings, note, tabular, wrap insets. - * \li Syntax: all-insets-toggle - * \li Params: : default: toggle \n + * \li Syntax: all-insets-toggle [] [] + * \li Params: : default: toggle \n : default: all insets * \li Origin: leeming, 30 Mar 2004 * \endvar @@ -2447,7 +2448,7 @@ void LyXAction::init() { LFUN_UI_TOGGLE, "ui-toggle", NoBuffer, Buffer }, /*! - * \var lyx::FuncCode lyx::WINDOW_NEW + * \var lyx::FuncCode lyx::LFUN_WINDOW_NEW * \li Action: Creates new empty LyX window. * \li Notion: Already opened documents from the previous window can be found under View menu. * \li Syntax: window-new [] -- 2.39.2