{"id":33229745,"url":"https://github.com/Vorlonsoft/EasyDokkaPlugin","last_synced_at":"2025-11-21T11:01:59.425Z","repository":{"id":215179444,"uuid":"143598149","full_name":"Vorlonsoft/EasyDokkaPlugin","owner":"Vorlonsoft","description":"Gradle Script plugin to generate documentation by Dokka documentation engine in Javadoc or other formats for Java, Kotlin, Android and non-Android projects. It's very easy, you don't need to add to dependencies section additional classpath or think about compatibility issues, you don't need additional repositories also.","archived":false,"fork":false,"pushed_at":"2018-09-29T20:20:31.000Z","size":95,"stargazers_count":13,"open_issues_count":3,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T07:50:39.983Z","etag":null,"topics":["android","dokka","gradle","gradle-android-plugin","gradle-plugin","gradle-task","java","javadoc","javadoc-documentation","javadocs","kotlin"],"latest_commit_sha":null,"homepage":"https://vorlonsoft.github.io/EasyDokkaPlugin/","language":"Gradle","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vorlonsoft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-08-05T09:02:36.000Z","updated_at":"2024-07-25T15:37:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"9436d338-4d01-4cec-9b55-6f5a9ffcfa3a","html_url":"https://github.com/Vorlonsoft/EasyDokkaPlugin","commit_stats":null,"previous_names":["vorlonsoft/easydokkaplugin"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Vorlonsoft/EasyDokkaPlugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vorlonsoft%2FEasyDokkaPlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vorlonsoft%2FEasyDokkaPlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vorlonsoft%2FEasyDokkaPlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vorlonsoft%2FEasyDokkaPlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vorlonsoft","download_url":"https://codeload.github.com/Vorlonsoft/EasyDokkaPlugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vorlonsoft%2FEasyDokkaPlugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285603340,"owners_count":27200013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-21T02:00:06.175Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","dokka","gradle","gradle-android-plugin","gradle-plugin","gradle-task","java","javadoc","javadoc-documentation","javadocs","kotlin"],"created_at":"2025-11-16T17:00:41.044Z","updated_at":"2025-11-21T11:01:59.420Z","avatar_url":"https://github.com/Vorlonsoft.png","language":"Gradle","funding_links":[],"categories":["Scripting Tools"],"sub_categories":[],"readme":"# EasyDokkaPlugin [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-EasyDokkaPlugin-brightgreen.svg?style=flat)](#) [![Latest Version](https://api.bintray.com/packages/vorlonsoft/VorlonsoftCentral/EasyDokkaPlugin/images/download.svg)](https://github.com/Vorlonsoft/EasyDokkaPlugin/releases)\n\nGradle Script plugin to generate documentation by Dokka documentation engine in Javadoc or other formats for Java, Kotlin, Android and non-Android projects. It's very easy, you don't need to add to `dependencies` section additional `classpath` or think about compatibility issues, you don't need additional repositories also.\n\n## Contents\n\n* [Usage](#usage)\n  * [1. Have a working Gradle build](#1-have-a-working-gradle-build)\n  * [2. Call the Script](#2-call-the-script)\n  * [3. Generate documentation](#3-generate-documentation)\n  * [4. Get documentation](#4-get-documentation)\n* [Optional properties](#optional-properties)\n* [Groovydoc documentation](#groovydoc-documentation)\n* [Already in use](#already-in-use-in-following-libraries)\n* [Other plugins](#our-other-plugins)\n* [Contribute](#contribute)\n* [License](#license)\n\n## Usage\n\n### 1. Have a working Gradle build\n\nIt is up to you.\n\n\n### 2. Call the Script\n\nAdd the following at the end of `build.gradle` of each sub-module that you wish to generate documentation:\n\n```groovy\napply from: 'https://raw.github.com/Vorlonsoft/EasyDokkaPlugin/master/dokka.gradle'\n```\n\n### 3. Generate documentation\n\nYou can now generate documentation by Dokka documentation engine in Javadoc or other formats:\n\n```bash\n$ gradle dokkaJavadocsJar\n```\n\n### 4. Get documentation\n\nGet generated documentation from `${buildDir}` directory.\n\n### Optional properties\n\nCreate project root `gradle.properties`. You may already have this file, in which case just edit the original. This file should contain the properties values which are common to all of your sub-projects (if you have any). The values in the sub-project `gradle.properties` file are specific to the sub-project (and override those in the root `gradle.properties`). For instance, here's [AndroidRate's](https://github.com/Vorlonsoft/AndroidRate):\n\n```properties\nDOKKA_FATJAR_VERSION = 0.9.17\nDOKKA_OUTPUT_FORMAT = javadoc\n```\n\nThere are optional properties which can be set:\n\n#### Dokka fatjar version\n\n```properties\nDOKKA_FATJAR_VERSION (default is \"0.9.17\")\n```\n\n${latestVersion} is [![Dokka fatjar latest version](https://api.bintray.com/packages/kotlin/dokka/dokka/images/download.svg)](#)\n\n#### Dokka output format\n\n```properties\nDOKKA_OUTPUT_FORMAT (default is \"javadoc\")\n```\n\nOptions:\n\n  * `html` - minimalistic html format used by default\n  * `javadoc` - Dokka mimic to javadoc\n  * `html-as-java` - as `html` but using java syntax\n  * `markdown` - Markdown structured as `html`\n    * `gfm` - GitHub flavored markdown\n    * `jekyll` - Jekyll compatible markdown\n  * `kotlin-website` - internal format used for documentation on *kotlinlang.org*\n\n## Groovydoc documentation\n\nSee [EasyDokkaPlugin documentation](https://vorlonsoft.github.io/EasyDokkaPlugin/groovydoc/)\n\n## Already in use in following libraries\n\n* [AndroidRate library](https://github.com/Vorlonsoft/AndroidRate)\n\n* ...\n\n## Our other plugins\n\n[GradleMavenPush](https://github.com/Vorlonsoft/GradleMavenPush) - helper to upload Gradle Android Artifacts, Gradle Java Artifacts and Gradle Kotlin Artifacts to Maven repositories (JCenter, Maven Central, Corporate staging/snapshot servers and local Maven repositories).\n\n## Contribute\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## License\n\n    Copyright 2018 Vorlonsoft LLC\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n        https://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVorlonsoft%2FEasyDokkaPlugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FVorlonsoft%2FEasyDokkaPlugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVorlonsoft%2FEasyDokkaPlugin/lists"}