From: Pavel Sanda Date: Sun, 8 Jun 2008 14:35:43 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~4450 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=174511105cc331d6bf37a3365ff284559625cede;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25193 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index f5b740fc86..83145469c5 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -916,9 +916,35 @@ void LyXAction::init() * \endvar */ { LFUN_THESAURUS_ENTRY, "thesaurus-entry", ReadOnly, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_BUFFER_BEGIN + * \li Action: Move the cursor to the beginning of the document. + * \li Syntax: buffer-begin + * \endvar + */ { LFUN_BUFFER_BEGIN, "buffer-begin", ReadOnly, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_BUFFER_BEGIN_SELECT + * \li Action: Move the cursor to the beginning of the document adding the + traversed text to the selection. + * \li Syntax: buffer-begin-select + * \endvar + */ { LFUN_BUFFER_BEGIN_SELECT, "buffer-begin-select", ReadOnly, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_BUFFER_END + * \li Action: Move the cursor to the end of the document. + * \li Syntax: buffer-end + * \endvar + */ { LFUN_BUFFER_END, "buffer-end", ReadOnly, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_BUFFER_END_SELECT + * \li Action: Move the cursor to the end of the document adding the + traversed text to the selection. + * \li Syntax: buffer-end-select + * \endvar + */ { LFUN_BUFFER_END_SELECT, "buffer-end-select", ReadOnly, Edit }, { LFUN_LINE_BEGIN, "line-begin", ReadOnly | NoUpdate, Edit },