quarkusio/quarkus

Document and expose documentation of BuildItems in an automated fashion

Ouverte

#6 983 ouverte le 4 févr. 2020

 (8 commentaires) (0 réaction) (0 personne assignée)Java (2 464 forks)batch import
good first issuekind/enhancement

Métriques du dépôt

Stars
 (12 967 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur