quarkusio/quarkus

Document and expose documentation of BuildItems in an automated fashion

Open

#6,983 建立於 2020年2月4日

在 GitHub 查看
 (8 留言) (0 反應) (0 負責人)Java (2,464 fork)batch import
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.

  1. document all "public" BuildItem with adequate JavaDoc
  2. build an anotation processor that will collect the BuildItems and generate a list of them per extension and a documentation (summary?).

貢獻者指南