From 765e6338a803ee17472b1fa715ffcfbd4ea46bfb Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Thu, 14 Feb 2019 10:09:59 +0000 Subject: [PATCH] [docs] classify dart:ffi as vm on docs site, and exclude it for now closes: https://github.com/dart-lang/sdk/issues/35937 Change-Id: I543a61c4d90877de46b5e3fbc9f2d93c1df821df Reviewed-on: https://dart-review.googlesource.com/c/93160 Auto-Submit: Daco Harkes Reviewed-by: Martin Kustermann Commit-Queue: Martin Kustermann --- sdk/lib/ffi/ffi.dart | 2 ++ 1 file changed, 2 insertions(+) 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";