From 27488cf3019dc08b373a3bac79d78c7a20b79acc Mon Sep 17 00:00:00 2001 From: ValentinVignal Date: Thu, 7 Mar 2024 09:54:54 +0800 Subject: [PATCH] docs: Remove unrelated macro --- drift/lib/src/dsl/table.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/drift/lib/src/dsl/table.dart b/drift/lib/src/dsl/table.dart index d19bd43a..571716ba 100644 --- a/drift/lib/src/dsl/table.dart +++ b/drift/lib/src/dsl/table.dart @@ -311,7 +311,6 @@ class DataClassName { final String? name; /// The overridden name to use when generating the companion class for a table. - /// {@macro drift_custom_data_class} final String? companion; /// The parent type of the data class generated by drift.