Skip to content

Commit ec8d193

Browse files
committed
[FileWatching] reorganize file and add docs
1 parent 061a739 commit ec8d193

File tree

3 files changed

+243
-160
lines changed

3 files changed

+243
-160
lines changed

stdlib/FileWatching/docs/src/index.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/FileWatching/do
55
# [File Events](@id lib-filewatching)
66

77
```@docs
8-
FileWatching.poll_fd
9-
FileWatching.poll_file
10-
FileWatching.watch_file
11-
FileWatching.watch_folder
12-
FileWatching.unwatch_folder
8+
poll_fd
9+
poll_file
10+
watch_file
11+
watch_folder
12+
unwatch_folder
13+
```
14+
```@docs
15+
FileMonitor
16+
FolderMonitor
17+
PollingFileWatcher
18+
FDWatcher
1319
```
1420

1521
# Pidfile

0 commit comments

Comments
 (0)