{"id":20057654,"url":"https://github.com/todesking/sbt-custom-doclet","last_synced_at":"2026-04-20T14:31:59.596Z","repository":{"id":18097363,"uuid":"21164436","full_name":"todesking/sbt-custom-doclet","owner":"todesking","description":null,"archived":false,"fork":false,"pushed_at":"2014-07-21T14:55:41.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-17T16:50:15.840Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"culqi/culqi-python","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/todesking.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-24T12:54:49.000Z","updated_at":"2014-06-26T17:10:16.000Z","dependencies_parsed_at":"2022-09-14T05:41:18.764Z","dependency_job_id":null,"html_url":"https://github.com/todesking/sbt-custom-doclet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/todesking/sbt-custom-doclet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fsbt-custom-doclet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fsbt-custom-doclet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fsbt-custom-doclet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fsbt-custom-doclet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/todesking","download_url":"https://codeload.github.com/todesking/sbt-custom-doclet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fsbt-custom-doclet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32050877,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-13T12:59:48.912Z","updated_at":"2026-04-20T14:31:59.551Z","avatar_url":"https://github.com/todesking.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sbt-custom-doc: The SBT plugin\n\nThis plugin enables scaladoc's `-doc-generator` feature.\n\n\n## USAGE\n\n1. Setting sbt(described below)\n2. use `customDoc` task.\n\n## Enable plugin\n\n```scala\n// project/build.sbt\naddSbtPlugin(\"com.todesking\" %% \"sbt_custom_doc\" % \"0.0.1\")\n```\n\n## Use inline doc-generator class\n\n```scala\n// project/Build.scala\npackage com.todesking.example\n\nobject Build extends sbt.Build{\n  import sbt._\n  import com.todesking.sbt_custom_doc.Plugin.autoImport._\n\n  lazy val root = Project(\n    \"example\",\n    file(\".\"),\n    settings = Seq(\n      customDocGeneratorClass := Some(classOf[DocGen])\n    )\n  )\n}\n\nclass DocGen extends scala.tools.nsc.doc.doclet.Generator {\n  override def generateImpl():Unit = {\n    println(\"This is a sample doclet\")\n  }\n}\n```\n\n## Use outer doc-generator class\n\n```scala\n// build.sbt\ncustomDocGeneratorName := \"name.of.doc.generator\"\n\nlibraryDependencies in (Compile, doc) += \"name.of.doc\" %% \"generator\" % \"1.0.0\"\n```\n\nI not tested this yet :(\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodesking%2Fsbt-custom-doclet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftodesking%2Fsbt-custom-doclet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodesking%2Fsbt-custom-doclet/lists"}