From f71cd9519990f3e664a4f343040d0802e803a0e0 Mon Sep 17 00:00:00 2001 From: Halil Durmus Date: Sat, 5 Aug 2023 14:43:18 +0300 Subject: [PATCH] docs: update docs for the `internal` library (#346) --- packages/windows_foundation/lib/internal.dart | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/windows_foundation/lib/internal.dart b/packages/windows_foundation/lib/internal.dart index d4547133..909b8b30 100644 --- a/packages/windows_foundation/lib/internal.dart +++ b/packages/windows_foundation/lib/internal.dart @@ -4,6 +4,11 @@ /// Exposes internally used classes, enums, native structs, and helper /// functions. +/// +/// Note: This library is not intended for direct use by end users. Its purpose +/// is to support other packages within this repository. Consequently, the API +/// is not guaranteed to remain stable, and breaking changes may be introduced +/// without a major version bump. library internal; export 'src/asyncstatus.dart';