]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Merge branch 'features/indexmacros'
[lyx.git] / src / LyXAction.cpp
index 848033495576856145451d324718e558967c9a36..742c6132063cf9b670248048726416136d0efcd0 100644 (file)
@@ -2307,6 +2307,16 @@ void LyXAction::init()
  */
                { LFUN_IN_MATHMACROTEMPLATE, "in-mathmacrotemplate", Noop, Math },
 
+/*!
+ * \var lyx::FuncCode lyx::LFUN_INDEXMACRO_INSERT
+ * \li Action: Inserts special Index macros into the document.
+ * \li Syntax: indexmacro-insert <type>
+ * \li Params: <type>: see, seealso, subentry, sortkey.
+ * \li Origin: spitz, 20 Feb 2022
+ * \endvar
+ */
+               { LFUN_INDEXMACRO_INSERT, "indexmacro-insert", Noop, Edit },
+
 
 /*!
  * \var lyx::FuncCode lyx::LFUN_IPAMACRO_INSERT