mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25751 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4b00e7f527
commit
b2ec31a7f7
10
src/LyXVC.h
10
src/LyXVC.h
@ -45,11 +45,11 @@ public:
|
|||||||
///
|
///
|
||||||
~LyXVC();
|
~LyXVC();
|
||||||
/** Not a good name perhaps. This function should be called whenever
|
/** Not a good name perhaps. This function should be called whenever
|
||||||
LyX loads a file. This function then checks for a master VC file
|
LyX loads a file. This function then checks for a master VC file (for
|
||||||
(for RCS this is *,v or RCS/ *,v) if this file is found, the loaded
|
RCS this is *,v or RCS/ *,v ; for CVS this is CVS/Entries) if this
|
||||||
file is assumed to be under controll by VC (only RCS so far), and
|
file is found, the loaded file is assumed to be under controll by VC
|
||||||
the appropiate actions is taken. Returns true if the file is under
|
(only RCS and CVS so far), and the appropiate actions is taken.
|
||||||
control by a VCS.
|
Returns true if the file is under control by a VCS.
|
||||||
*/
|
*/
|
||||||
bool file_found_hook(support::FileName const & fn);
|
bool file_found_hook(support::FileName const & fn);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user