Searched refs:effectivePackageOptions (Results 1 – 3 of 3) sorted by relevance
76 …fun effectivePackageOptions(pack: String): PackageOptions = perPackageOptions.firstOrNull { pack =… in <lambda>() method77 …fun effectivePackageOptions(pack: FqName): PackageOptions = effectivePackageOptions(pack.asString(… in <lambda>() method980 return (options.effectivePackageOptions(fqNameSafe).includeNonPublic in isDocumented()984 && (!options.effectivePackageOptions(fqNameSafe).skipDeprecated || !isDeprecated()) in isDocumented()1049 if (options.effectivePackageOptions(fqNameSafe).suppress) return true in isDocumentationSuppressed()
62 …if (options.effectivePackageOptions(descriptor.fqNameSafe).reportUndocumented && !descriptor.isDep… in <lambda>()
175 …private fun skipFile(javaFile: PsiJavaFile): Boolean = options.effectivePackageOptions(javaFile.pa… in appendFile()186 …!(options.effectivePackageOptions((element.containingFile as? PsiJavaFile)?.packageName ?: "").inc… in appendFile()