mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24874 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e2af27e61d
commit
0e179cb5f1
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user