Document stability of undocumented classes

Bug: T248399
Change-Id: I9445d5c0753f7272c3d22d66b8824f8a95b86d41
This commit is contained in:
jdlrobson 2020-08-03 17:17:53 -07:00
parent f92e40152a
commit 580a0aa537
3 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,8 @@ use FatalError;
/**
* A namespace for Vector constants for internal Vector usage only. **Do not rely on this file as an
* API as it may change without warning at any time.**
* @package Vector
* @internal
*/
final class Constants {
/**

View File

@ -17,6 +17,8 @@ use User;
*
* Hook handler method names should be in the form of:
* on<HookName>()
* @package Vector
* @internal
*/
class Hooks {
/**

View File

@ -29,6 +29,8 @@ use Vector\Constants;
* Skin subclass for Vector
* @ingroup Skins
* Skins extending SkinVector are not supported
* @package Vector
* @internal
*/
class SkinVector extends SkinMustache {