From: Jürgen Spitzmüller Date: Mon, 24 Mar 2008 15:26:37 +0000 (+0000) Subject: * LyXAction.cpp: doxy. X-Git-Tag: 1.6.10~5461 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=37824d1c5e44cfc363a434cf3341d7d5b6d876e9;p=features.git * LyXAction.cpp: doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23926 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 2ad94829ce..5f3b4d16d1 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1109,6 +1109,15 @@ void LyXAction::init() * \endvar */ { LFUN_NEXT_INSET_TOGGLE, "next-inset-toggle", ReadOnly, Edit }, +/*! + * \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-togle + * \li Params: : default: toggle \n + * : default: all insets \n + * \endvar + */ { LFUN_INSET_TOGGLE, "inset-toggle", ReadOnly, Hidden }, { LFUN_ALL_INSETS_TOGGLE, "all-insets-toggle", ReadOnly, Edit },