From 4bb506215c662d430a339b7a3d24db10d43de61b Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Thu, 16 Aug 2007 00:45:03 +0000 Subject: [PATCH] paranoid checkin --- Makefile | 2 +- fdwatcher.ml | 2 +- globals.ml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 285f813..d05d91f 100644 --- a/Makefile +++ b/Makefile @@ -46,4 +46,4 @@ dep: clean: $(MAKE) -C ocaml_inotify-0.4 clean - rm -f *.cmi *.cmx sys usys *.o vsys vsys.b *.html *.css docs/* + rm -f *.cmi *.cmx sys usys *.o vsys vsys.b *.html *.css diff --git a/fdwatcher.ml b/fdwatcher.ml index f520aad..eb9559c 100644 --- a/fdwatcher.ml +++ b/fdwatcher.ml @@ -1,4 +1,4 @@ -(* Fdwatcher - The main event loop. Agnostic to the type of file descriptors +(** Fdwatcher - The main event loop. Agnostic to the type of file descriptors involved.*) open Printf diff --git a/globals.ml b/globals.ml index ed147cf..0afb155 100644 --- a/globals.ml +++ b/globals.ml @@ -1,3 +1,4 @@ +(** Some things that didn't fit in elsewhere *) let backend = ref "" let debug = ref true let vsys_version = "0.5" -- 2.43.0