diff --git a/sdk/lib/ffi/ffi.dart b/sdk/lib/ffi/ffi.dart index 407cc122b55..5176ebb6102 100644 --- a/sdk/lib/ffi/ffi.dart +++ b/sdk/lib/ffi/ffi.dart @@ -2,6 +2,8 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file +/// {@category VM} +/// {@nodoc} library dart.ffi; part "native_type.dart";