From: Pavel Sanda Date: Wed, 21 May 2008 00:43:51 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~4732 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0e179cb5f1ab60cad2968c086c4276e918a40f84;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24874 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index cafd1a29a3..2197018d4f 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 },