Kotlin / dokka

API documentation engine for Kotlin

Home Page:https://kotl.in/dokka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to hide Java files

abdlkdrisiktan opened this issue · comments

Question
Hello,

In my Android project developed with Java and Kotlin, I can make Kotlin files invisible using the "@Suppress" annotation, but the "@Suppress" annotation does not work for Java files. Is there an annotation to hide Java files?

Currently, I am using version 1.7.20 of the library because my Gradle version supports it.

Installation

  • Operating system: macOS/Windows/Linux
  • Build tool: 7.2.1
  • Dokka version: 1.7.20

When I was using version 1.7.20, I tried to use the @hide annotation, but it didn't work for me. Later, I upgraded the dokka version from 1.7.20 to 1.9.20, and now it works well.