From f93258707c9fe2c4d8b23f0f25d22e1cc74c0481 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 12 Mar 2008 01:27:53 +0000 Subject: [PATCH] Add doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23676 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index c9233ce66d..f25e266c89 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -910,6 +910,15 @@ void LyXAction::init() { LFUN_PARAGRAPH_DOWN, "paragraph-down", ReadOnly | NoUpdate, Edit }, { LFUN_PARAGRAPH_DOWN_SELECT, "paragraph-down-select", ReadOnly, Edit }, +/*! + * \var lyx::kb_action lyx::LFUN_PARAGRAPH_GOTO + * \li Action: Jump to a paragraph given by its id number. + * \li Notion: Note that id number of paragraph is not the sequential number of paragraph + seen on the screen. Moreover the id is unique for all opened buffers (documents). + * \li Syntax: paragraph-goto + * \li Origin: Dekel, 26 Aug 2000 + * \endvar + */ { LFUN_PARAGRAPH_GOTO, "paragraph-goto", ReadOnly, Edit }, /*! * \var lyx::kb_action lyx::LFUN_OUTLINE_UP -- 2.39.2