From: Abdelrazak Younes Date: Fri, 16 May 2008 12:55:19 +0000 (+0000) Subject: doxy new LFUN_PARAGRAPH_GOTO parameter. X-Git-Tag: 1.6.10~4776 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6fd7c7c973ea8a4c4fb29979b94dbdff335ab54e;p=lyx.git doxy new LFUN_PARAGRAPH_GOTO parameter. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24799 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 285b87cc92..d8542fbf00 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1079,10 +1079,13 @@ void LyXAction::init() { LFUN_PARAGRAPH_DOWN_SELECT, "paragraph-down-select", ReadOnly, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_PARAGRAPH_GOTO - * \li Action: Jump to a paragraph given by its id number. + * \li Action: Jump to a paragraph given by its id number and optionally the + desired position within the paragraph. * \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 Syntax: paragraph-goto + * \li Params: : paragraph id + : desired position within the paragraph * \li Origin: Dekel, 26 Aug 2000 * \endvar */