Merge "Document stability of undocumented classes"

This commit is contained in:
jenkins-bot 2020-08-04 10:52:20 +00:00 committed by Gerrit Code Review
commit 5e327d6f34
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 {