Skip to content

Commit 969129c

Browse files
committed
Add warning to module docstring
1 parent e18da7f commit 969129c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: src/Nonlinear/Nonlinear.jl

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
# Use of this source code is governed by an MIT-style license that can be found
55
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
66

7+
"""
8+
Nonlinear
9+
10+
!!! warning
11+
The Nonlinear submodule is experimental. Until this message is removed,
12+
breaking changes may be introduced in any minor or patch release of
13+
MathOptInterface.
14+
"""
715
module Nonlinear
816

917
import Base.Meta: isexpr

0 commit comments

Comments
 (0)