]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Tue, 22 Jul 2008 00:04:03 +0000 (00:04 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 22 Jul 2008 00:04:03 +0000 (00:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25781 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 0b36fa43f4dafa070135307647cb1383654ef276..abfd08c658f404b6f3123ec38c856418cd7e661f 100644 (file)
@@ -1903,6 +1903,13 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_VC_CHECK_OUT, "vc-check-out", ReadOnly, System },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_VC_REVERT
+ * \li Action: Reverts the document to the last check-in/commit in VCS.
+ * \li Syntax: vc-revert
+ * \li Origin: Lgb, 1 Jul 1997
+ * \endvar
+ */
                { LFUN_VC_REVERT, "vc-revert", ReadOnly, System },
 /*!
  * \var lyx::FuncCode lyx::LFUN_VC_UNDO_LAST