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

贡献者指南