Skip to content

Commit f8d17e7

Browse files
committed
[FileWatching] reorganize file and add docs
1 parent b6e0136 commit f8d17e7

3 files changed

Lines changed: 248 additions & 160 deletions

File tree

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)