From f4c398c2b54b8deca9ef77985de8d9eea77da9e8 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 5 Apr 2008 20:53:38 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24133 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index bb7df01f96..efcf3b41d8 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1560,7 +1560,25 @@ void LyXAction::init() * \endvar */ { LFUN_BUFFER_PREVIOUS, "buffer-previous", ReadOnly, Buffer }, +/*! + * \var lyx::FuncCode lyx::LFUN_MASTER_BUFFER_UPDATE + * \li Action: When run from a child document, this updates (exports) document built + from the master buffer. If a master is not found, it updates the + current buffer. + * \li Syntax: master-buffer-update + * \li Author: Tommaso, 20 Sep 2007 + * \endvar + */ { LFUN_MASTER_BUFFER_UPDATE, "master-buffer-update", ReadOnly, Buffer }, +/*! + * \var lyx::FuncCode lyx::LFUN_MASTER_BUFFER_VIEW + * \li Action: When run from a child document, this command shows a preview built + from the master buffer. If a master is not found, it previews the + current buffer. + * \li Syntax: master-buffer-view + * \li Author: Tommaso, 20 Sep 2007 + * \endvar + */ { LFUN_MASTER_BUFFER_VIEW, "master-buffer-view", ReadOnly, Buffer }, /*! * \var lyx::FuncCode lyx::LFUN_BUFFER_LANGUAGE -- 2.39.2