Add lfuns doxy.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22556 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bernhard Roider 2008-01-14 19:37:52 +00:00
parent 25c7910e87
commit 29d74c47a8

View File

@ -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 <CMDNAME>
* \li Params: <CMDNAME>: Name of the command that must be called.
* \li Origin: broider, 2 Oct 2007
*/
{ LFUN_CALL, "call", NoBuffer, System },
{ LFUN_CANCEL, "cancel", NoBuffer, System },