From: Pavel Sanda Date: Sun, 23 Mar 2008 23:02:52 +0000 (+0000) Subject: Add doxy. X-Git-Tag: 1.6.10~5478 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=136182e4e8dcea1cff6b4bcc9e2a4ee5afa6d4d2;p=features.git Add doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23908 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index dcf76df0ff..afaecf8222 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 [.lyx] + * \li Params: : 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