quarkusio/quarkus
GitHub で見るDocument and expose documentation of BuildItems in an automated fashion
Open
#6,983 opened on 2020年2月4日
good first issuekind/enhancement
Repository metrics
- Stars
- (12,967 stars)
- PR merge metrics
- (平均マージ 6d 4h) (30d で 325 merged PRs)
説明
A big value of extensions is the BuildItem model.
We need to document them so other extension writers can discover and use them.
They are also part of the extension contract.
- document all "public"
BuildItemwith adequate JavaDoc - build an anotation processor that will collect the
BuildItemsand generate a list of them per extension and a documentation (summary?).