]> git.lyx.org Git - features.git/commitdiff
* LyXAction.cpp: doxy.
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 24 Mar 2008 15:26:37 +0000 (15:26 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 24 Mar 2008 15:26:37 +0000 (15:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23926 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 2ad94829ce91aae0b249eb8412dfed19c228deba..5f3b4d16d16488494d63575848efb05863984e6f 100644 (file)
@@ -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 <STATE> <INSET>
+ * \li Params: <STATE>: <toggle|open|close> default: toggle \n
+ *             <INSET>: <box|branch|ert|float|listings|note|tabular|wrap> default: all insets \n
+ * \endvar
+ */
                { LFUN_INSET_TOGGLE, "inset-toggle", ReadOnly, Hidden },
                { LFUN_ALL_INSETS_TOGGLE, "all-insets-toggle", ReadOnly, Edit },