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

src/LyXAction.cpp

index dcf76df0ff5fe320d2a46e7d8e76db6a08d6f295..afaecf8222570f6f06a8bb3e1592b1910ed6f12a 100644 (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