EdricChan03/Koogle-API

API Documentation

オープン

#3 opened on 2023/04/14

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Kotlin (0 件のフォーク)auto 404
documentationenhancementgood first issuehelp wanted

Repository metrics

Stars
 (1 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Overview

There should be automatically generated API documentation to easily see what APIs are available for a particular module.

We can use Dokka for this.

Tasks

  • Add auto-generated Dokka docs with Dokkatoo
    • Verify composite builds support (adamko-dev/dokkatoo#49)
    • Investigate why KMP sources are broken (adamko-dev/dokkatoo#50)
    • Exclude test sources from Dokka docs (adamko-dev/dokkatoo#51)
  • Add CI to auto-publish docs

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