From 4f81608f6f7eb1436627170d3648bf9f382441b5 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 7 Jun 2008 14:28:43 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25189 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 52b87649e9..bcf56d592e 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -516,12 +516,20 @@ void LyXAction::init() */ { LFUN_NOMENCL_PRINT, "nomencl-print", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_NOTE_INSERT + * \li Action: Inserts Note on the current cursor postion, + move selection inside the inset. + * \li Syntax: note-insert [] + * \li Params: : default: Note + * \endvar + */ { LFUN_NOTE_INSERT, "note-insert", Noop, Edit }, { LFUN_NOTE_NEXT, "note-next", ReadOnly, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_NEWLINE_INSERT * \li Action: Inserts a line break or new line. - * \li Syntax: newline-insert + * \li Syntax: newline-insert [] * \li Params: : default: newline * \li Origin: JSpitzm, 25 Mar 2008 * \endvar -- 2.39.5