]> git.lyx.org Git - features.git/commitdiff
Add doxy.
authorPavel Sanda <sanda@lyx.org>
Sat, 8 Mar 2008 02:34:00 +0000 (02:34 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 8 Mar 2008 02:34:00 +0000 (02:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23550 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index ca5b1c60b2405c85ac43c5c991f0b2ba21af1ac6..9a33d79f09e23bc58333071112a95989c6c498ae 100644 (file)
@@ -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 <FILE_NAME> <ROW_NUMBER>
+ * \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 },