]> git.lyx.org Git - features.git/commitdiff
Add lfuns doxy.
authorBernhard Roider <bernhard.roider@sonnenkinder.org>
Mon, 14 Jan 2008 19:37:52 +0000 (19:37 +0000)
committerBernhard Roider <bernhard.roider@sonnenkinder.org>
Mon, 14 Jan 2008 19:37:52 +0000 (19:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22556 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 62c47b317a747fd9c2f9f472a619fe5be48d7d0b..1e79c158c708002857e721eb819b708c7a614d9e 100644 (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 },