mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +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();
|
||||
/** Not a good name perhaps. This function should be called whenever
|
||||
LyX loads a file. This function then checks for a master VC file
|
||||
(for RCS this is *,v or RCS/ *,v) if this file is found, the loaded
|
||||
file is assumed to be under controll by VC (only RCS so far), and
|
||||
the appropiate actions is taken. Returns true if the file is under
|
||||
control by a VCS.
|
||||
LyX loads a file. This function then checks for a master VC file (for
|
||||
RCS this is *,v or RCS/ *,v ; for CVS this is CVS/Entries) if this
|
||||
file is found, the loaded file is assumed to be under controll by VC
|
||||
(only RCS and CVS so far), and the appropiate actions is taken.
|
||||
Returns true if the file is under control by a VCS.
|
||||
*/
|
||||
bool file_found_hook(support::FileName const & fn);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user