Skip to content

Commit 39e300b

Browse files
authored
Fix docstring of Model not appearing in docs (#3198)
1 parent 5a524cf commit 39e300b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/JuMP.jl

-5
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ An abstract type that should be subtyped for users creating JuMP extensions.
7777
"""
7878
abstract type AbstractModel end
7979

80-
"""
81-
Model
82-
83-
A mathematical model of an optimization problem.
84-
"""
8580
mutable struct Model <: AbstractModel
8681
# In MANUAL and AUTOMATIC modes, CachingOptimizer.
8782
# In DIRECT mode, will hold an AbstractOptimizer.

0 commit comments

Comments
 (0)