From 12ba68f6efdf046ece8f50f9fbc172cf1b08bcfe Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sat, 4 Apr 2009 10:26:51 +0000 Subject: [PATCH] * LyXAction.cpp: Document the optional parameter of LFUN_BUFFER_ZOOM_IN/OUT. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29081 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index e70d5a8195..a2e3379fb7 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -3207,7 +3207,8 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_BUFFER_ZOOM_IN * \li Action: Increases the zoom of the screen fonts. - * \li Syntax: buffer-zoom-in + * \li Syntax: buffer-zoom-in [] + * \li Params: : The zoom in %, the default is 20. * \li Origin: vfr, 30 Mar 2009 * \endvar */ @@ -3216,7 +3217,8 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_BUFFER_ZOOM_OUT * \li Action: Decreases the zoom of the screen fonts. - * \li Syntax: buffer-zoom-out + * \li Syntax: buffer-zoom-out [] + * \li Params: : The zoom in %, the default is 20. * \li Origin: vfr, 30 Mar 2009 * \endvar */ -- 2.39.2