From: Pavel Sanda Date: Sat, 8 Mar 2008 02:34:00 +0000 (+0000) Subject: Add doxy. X-Git-Tag: 1.6.10~5799 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6a3cdc8420cdf02c9b6730c1851de401b09c109b;p=features.git Add doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23550 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index ca5b1c60b2..9a33d79f09 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1226,6 +1226,13 @@ void LyXAction::init() { LFUN_SERVER_GET_LAYOUT, "server-get-layout", ReadOnly, System }, { LFUN_SERVER_GET_NAME, "server-get-name", ReadOnly, System }, { LFUN_SERVER_GET_XY, "server-get-xy", ReadOnly, System }, +/*! + * \var lyx::kb_action lyx::LFUN_SERVER_GOTO_FILE_ROW + * \li Action: Sets the cursor position based on the row number of generated TeX file. + * \li Syntax: server-goto-file-row + * \li Origin: Edmar, 23 Dec 1998 + * \endvar + */ { LFUN_SERVER_GOTO_FILE_ROW, "server-goto-file-row", ReadOnly, System }, { LFUN_SERVER_NOTIFY, "server-notify", ReadOnly, System }, { LFUN_SERVER_SET_XY, "server-set-xy", ReadOnly, System },