Skip to content

Commit 237b4a2

Browse files
committed
docs
1 parent dd0b854 commit 237b4a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ makedocs(;
1919
],
2020
"Reference" => ["func_ref.md", "services_ref.md", "blob_ref.md"],
2121
],
22+
checkdocs=:public,
2223
# warnonly=[:doctest],
23-
# checkdocs=:none,
2424
# html_prettyurls = !("local" in ARGS),
2525
)
2626

src/serialization/PackedSerialization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ end
8686
# end
8787

8888
"""
89-
@packed
89+
DFG.@packed
9090
9191
Macro annotation for DFG serialization metadata on struct fields.
9292
Expands to `(lower = DFG.Packed, choosetype = DFG.resolvePackedType)` for use with

0 commit comments

Comments
 (0)