From 31cec5278314551aa172f87680630442ee646db3 Mon Sep 17 00:00:00 2001 From: Performant Data Date: Sat, 6 Nov 2021 09:23:44 -0700 Subject: [PATCH] remove @migration ? Does this still exist? Not seeing it in the API docs. --- _overviews/scaladoc/for-library-authors.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_overviews/scaladoc/for-library-authors.md b/_overviews/scaladoc/for-library-authors.md index 3d333eda89..2c16394c22 100644 --- a/_overviews/scaladoc/for-library-authors.md +++ b/_overviews/scaladoc/for-library-authors.md @@ -146,8 +146,6 @@ the resulting documentation. - `@deprecated` marks the entity as deprecated, **providing both** the replacement implementation that should be used and the version/date at which this entity was deprecated. -- `@migration` like deprecated but provides advanced warning of planned changes - ahead of deprecation. Same fields as `@deprecated`. - `@inheritdoc` take comments from a superclass as defaults if comments are not provided locally. - `@documentable` Expand a type alias and abstract type into a full template page. - TODO: Test the "abstract type" claim - no examples of this in the Scala code base