From: Pavel Sanda Date: Sat, 5 Apr 2008 20:53:38 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~5280 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f4c398c2b54b8deca9ef77985de8d9eea77da9e8;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24133 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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