Add doxy.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23908 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-03-23 23:02:52 +00:00
parent 48778460a0
commit 136182e4e8

View File

@ -1171,6 +1171,14 @@ void LyXAction::init()
*/
{ LFUN_BOOKMARK_CLEAR, "bookmark-clear", NoBuffer, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_HELP_OPEN
* \li Action: Open the given help file according to the language setting.
* \li Syntax: help-open <FILE>[.lyx]
* \li Params: <FILE>: any document from (/usr/share/)doc directory.
* \li Author: Jug, 27 Jun 1999
* \endvar
*/
{ LFUN_HELP_OPEN, "help-open", NoBuffer | Argument, Buffer },
/*!
* \var lyx::FuncCode lyx::LFUN_LYX_QUIT