From ac1baae8399a8d3fa226226dc132a1ccded2058f Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 24 Sep 2021 14:37:36 -0400 Subject: [PATCH] add missing @since --- src/core/CCOption.mli | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/core/CCOption.mli b/src/core/CCOption.mli index 8bbffda9..22b8e31f 100644 --- a/src/core/CCOption.mli +++ b/src/core/CCOption.mli @@ -1,6 +1,9 @@ (* This file is free software, part of containers. See file "license" for more details. *) -(** {1 Options} *) +(** Options + + This module replaces `CCOpt`. + @since NEXT_RELEASE *) type +'a t = 'a option