]> git.lyx.org Git - features.git/commitdiff
* doxy bits
authorPavel Sanda <sanda@lyx.org>
Mon, 14 Jul 2008 20:40:22 +0000 (20:40 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 14 Jul 2008 20:40:22 +0000 (20:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25622 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 67026e62037be1aec54278797133546b38df8cbc..ce5235d26b25b9c75fdac8356597e45ccc2c3994 100644 (file)
@@ -1016,7 +1016,8 @@ void LyXAction::init()
 /*!
  * \var lyx::FuncCode lyx::LFUN_PASTE
  * \li Action: Pastes from the active clipboard.
- * \li Syntax: paste
+ * \li Syntax: paste [<TYPE>]
+ * \li Params: <TYPE>: pdf|png|jpeg|linkback \n
  * \endvar
  */
                { LFUN_PASTE, "paste", Noop, Edit },
@@ -2812,7 +2813,7 @@ void LyXAction::init()
  * \li Action: Return the current key sequence and available options as a string.
  * \li Notion: No options are added if no curmap kb map exists. \n
                This is probably usable only with connection to lyxserver.
 * \li Syntax: command-prefix
+ * \li Syntax: command-prefix
  * \endvar
  */
                { LFUN_COMMAND_PREFIX, "command-prefix", NoBuffer, Hidden },