Skip to content

Commit e5f686f

Browse files
committed
Fix docstrings and remove unnecessary GDPData method
1 parent c054578 commit e5f686f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/src/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
```@autodocs
44
Modules = [DisjunctiveProgramming]
5-
Order = [:type, :function]
5+
Order = [:macro, :function, :type]
66
```

src/datatypes.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,4 @@ mutable struct GDPData
422422
false,
423423
)
424424
end
425-
function GDPData(args...)
426-
new(args...)
427-
end
428425
end

0 commit comments

Comments
 (0)