From f6d02053987d6d9fcc7ab8999f83524a40960af5 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 24 Jun 2008 08:45:52 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25372 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 013b3ad516..2602e39e1d 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1714,6 +1714,14 @@ void LyXAction::init() * \endvar */ { LFUN_PARAGRAPH_PARAMS_APPLY, "paragraph-params-apply", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_PARAGRAPH_UPDATE + * \li Action: Updates the values inside the paragraph dialog from the paragraph. + * \li Notion: This is internal LFUN, not to be used by users. Called internally + by #LFUN_DIALOG_UPDATE. + * \li Origin: leeming, 13 Mar 2003 + * \endvar + */ { LFUN_PARAGRAPH_UPDATE, "", Noop, Hidden }, /*! @@ -1861,7 +1869,8 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_INSET_DIALOG_UPDATE * \li Action: Updates the values inside the dialog from the inset. - * \li Notion: This is internal LFUN, not to be used by users. + * \li Notion: This is internal LFUN, not to be used by users. Called internally + by #LFUN_DIALOG_UPDATE * \li Params: * \li Origin: leeming, 25 Feb 2003 * \endvar