Skip to content

Commit a04d5ed

Browse files
committed
fix docs?
1 parent 7edf0fa commit a04d5ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Exports
44

5-
```@autodocs
5+
```@autodocs; canonical=false
66
Modules = [GeometryBasics]
77
Order = [:module, :constant, :type, :function, :macro]
88
Public = true
@@ -11,7 +11,7 @@ Private = false
1111

1212
## Private
1313

14-
```@autodocs
14+
```@autodocs; canonical=false
1515
Modules = [GeometryBasics]
1616
Order = [:module, :constant, :type, :function, :macro]
1717
Public = false

0 commit comments

Comments
 (0)