quarkusio/quarkus

Document and expose documentation of BuildItems in an automated fashion

オープン

#6,983 opened on 2020/02/04

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)Java (2,464 件のフォーク)batch import
good first issuekind/enhancement

Repository metrics

Stars
 (12,967 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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?).

コントリビューターガイド