]> git.lyx.org Git - lyx.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Sun, 20 Jul 2008 20:09:12 +0000 (20:09 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 20 Jul 2008 20:09:12 +0000 (20:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25735 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 01fbf200ae46db6e1ba03abbadd5a2436fda374d..8f1204d40ce26b90eaaff4b448d0698de86c9a1e 100644 (file)
@@ -1876,6 +1876,15 @@ void LyXAction::init()
 
                { LFUN_VC_CHECK_IN, "vc-check-in", ReadOnly, System },
                { LFUN_VC_CHECK_OUT, "vc-check-out", ReadOnly, System },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_VC_REGISTER
+ * \li Action: Register the document as an file inside version control system (RCS).
+ * \li Notion: See LyX Extended Manual (Version Control Chapter) for additional information. \n
+               Note that Version Control support is currently broken feature.
+ * \li Syntax: vc-register
+ * \li Origin: Lgb, 1 Jul 1997
+ * \endvar
+ */
                { LFUN_VC_REGISTER, "vc-register", ReadOnly, System },
                { LFUN_VC_REVERT, "vc-revert", ReadOnly, System },
                { LFUN_VC_UNDO_LAST, "vc-undo-last", ReadOnly, System },