Skip to content

Commit

Permalink
docs: update docs for the internal library (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
halildurmus committed Aug 5, 2023
1 parent 410bfab commit f71cd95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/windows_foundation/lib/internal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit f71cd95

Please sign in to comment.