generate docdart
Open
question
- Dominant language
- Dart
- Stars
- 4.4k
- Forks
- 449
- PR merge metrics
- No merged PRs in 30d
Description
**Question**
Hi guys i have this class but i want to generate doc for my project but how i create library for all hive classes?
for example
**Code sample**
```dart
import 'dart:io';
import 'package:hive/hive.dart';
part 'main.g.dart';
@HiveType(typeId: 1)
class Person {}
```
i want to library hive_models and class Person
thx
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.