quarkusio/quarkus
在 GitHub 查看Document and expose documentation of BuildItems in an automated fashion
Open
#6,983 建立於 2020年2月4日
good first issuekind/enhancement
倉庫指標
- Star
- (12,967 star)
- PR 合併指標
- (平均合併 6天 4小時) (30 天內合併 325 個 PR)
描述
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?).