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