]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Sat, 5 Apr 2008 20:53:38 +0000 (20:53 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 5 Apr 2008 20:53:38 +0000 (20:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24133 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index bb7df01f96812a93ee42670effc9809629950bdd..efcf3b41d82b5f44e9c71dc5744bbe04ec5bf9e8 100644 (file)
@@ -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