buildSrc/src/main/kotlin/Dokka.kt
changeset 84 f1e51fe391c2
parent 73 1b1779baa28f
equal deleted inserted replaced
83:33ee5f3d6466 84:f1e51fe391c2
    37             reportUndocumented = true
    37             reportUndocumented = true
    38             sourceLink {
    38             sourceLink {
    39                 localDirectory = rootDir
    39                 localDirectory = rootDir
    40                 remoteUrl = uri("https://github.com/fbarthelery/AboutOss/tree/main/")
    40                 remoteUrl = uri("https://github.com/fbarthelery/AboutOss/tree/main/")
    41             }
    41             }
       
    42 
       
    43             externalDocumentationLinks.register("okio") {
       
    44                 url = uri("https://square.github.io/okio/3.x/okio/okio/")
       
    45             }
       
    46             externalDocumentationLinks.register("kotlinx-coroutines") {
       
    47                 url = uri("https://kotlinlang.org/api/kotlinx.coroutines/")
       
    48             }
       
    49 
       
    50             perPackageOption {
       
    51                 matchingRegex = ".*\\.generated\\.resources"
       
    52                 suppress = true
       
    53             }
    42         }
    54         }
    43     }
    55     }
    44 
    56 
    45 }
    57 }