some modules should be deprecated properly

This commit is contained in:
Simon Cruanes 2016-02-25 10:19:54 +01:00
parent 0e5334b673
commit b129e23414
3 changed files with 6 additions and 1 deletions

View file

@ -33,6 +33,8 @@ Functions and operations are assumed to be referentially transparent, i.e.
they should not rely on external side effects, they should not rely on
the order of execution.
@deprecated use {{: https://github.com/c-cube/olinq} OLinq} (once released)
{[
CCLinq.(

View file

@ -25,6 +25,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
(** {1 Bigarrays of dimension 1}
@deprecated do not use, this was always experimental
{b NOTE this module will be removed soon and should not be depended upon}
{b status: deprecated}

View file

@ -50,7 +50,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
]}
{b status: experimental}
@deprecated CCParse is more expressive and stable
{b status: deprecated}
@since 0.10
*)