Skip to content

Commit 6b062e3

Browse files
committed
Docstrings: fix ?FileIO API summary
1 parent 3a07c58 commit 6b062e3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/FileIO.jl

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ include("error_handling.jl")
4343
include("loadsave.jl")
4444
include("registry.jl")
4545

46-
47-
end # module
48-
49-
if VERSION < v"0.4.0-dev"
50-
using Docile
51-
end
52-
5346
@doc """
5447
`FileIO` API (brief summary, see individual functions for more detail):
5548
@@ -73,3 +66,5 @@ end
7366
- `add_loader(fmt, :Package)`: indicate that `Package` supports loading files of type `fmt`
7467
- `add_saver(fmt, :Package)`: indicate that `Package` supports saving files of type `fmt`
7568
""" -> FileIO
69+
70+
end

0 commit comments

Comments
 (0)