From 7c1e56508ea15191a03a33275aef78dc99038918 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 14 Jul 2008 20:40:22 +0000 Subject: [PATCH] * doxy bits git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25622 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 67026e6203..ce5235d26b 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 [] + * \li Params: : 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 }, -- 2.39.2