From 29d74c47a8769d8e04ae9c14372a90a24ecb22f8 Mon Sep 17 00:00:00 2001 From: Bernhard Roider Date: Mon, 14 Jan 2008 19:37:52 +0000 Subject: [PATCH] Add lfuns doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22556 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 62c47b317a..1e79c158c7 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -838,6 +838,13 @@ void LyXAction::init() { LFUN_META_PREFIX, "meta-prefix", NoBuffer, System }, +/** + * \var lyx::kb_action lyx::LFUN_CALL + * \li Action: Executes a command defined in a .def file. + * \li Syntax: call + * \li Params: : Name of the command that must be called. + * \li Origin: broider, 2 Oct 2007 + */ { LFUN_CALL, "call", NoBuffer, System }, { LFUN_CANCEL, "cancel", NoBuffer, System }, -- 2.39.5