]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Wed, 21 May 2008 00:43:51 +0000 (00:43 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 21 May 2008 00:43:51 +0000 (00:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24874 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index cafd1a29a3d98b5a73166b4558af23df8983bda2..2197018d4f1abf859c8339e3a55d87a4573b481d 100644 (file)
@@ -419,6 +419,13 @@ void LyXAction::init()
  */
                { LFUN_SPECIALCHAR_INSERT, "specialchar-insert", Noop, Edit },
                { LFUN_TOC_INSERT, "toc-insert", Noop, Edit },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_APPENDIX
+ * \li Action: Start (or remove) Appendix on the given cursor position.
+ * \li Syntax: appendix
+ * \li Origin: ettrich, 5 May 1998
+ * \endvar
+ */
                { LFUN_APPENDIX, "appendix", Noop, Edit },
 
                { LFUN_INDEX_INSERT, "index-insert", Noop, Edit },