doxy new LFUN_PARAGRAPH_GOTO parameter.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24799 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-05-16 12:55:19 +00:00
parent 2dfc84a22c
commit 6fd7c7c973

View File

@ -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 <PAR_ID_NUMBER>
* \li Syntax: paragraph-goto <PAR_ID_NUMBER> <POSITION_IN_PAR>
* \li Params: <PAR_ID_NUMBER>: paragraph id
<POSITION_IN_PAR>: desired position within the paragraph
* \li Origin: Dekel, 26 Aug 2000
* \endvar
*/