/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiItem.kt | 42 override var documentation: String variable in com.android.tools.metalava.model.psi.PsiItem 48 override var docOnly = documentation.contains("@doconly") 50 override var removed = documentation.contains("@removed") 52 override var hidden = (documentation.contains("@hide") || documentation.contains("@pending") || 75 if (documentation.isBlank()) { in isCloned() 82 val docComment = codebase.getComment(documentation) in isCloned() 121 … documentation = mergeDocumentation(documentation, element, comment.trim(), tagSection, append) in appendDocumentation() 137 if (documentation.isBlank()) { in fullyQualifiedDocumentation() 138 return documentation in fullyQualifiedDocumentation() 141 if (!(documentation.contains("@link") || // includes @linkplain in fullyQualifiedDocumentation() [all …]
|
D | PsiPackageItem.kt | 29 documentation: String 34 documentation = documentation, 144 documentation = commentText, in create() 156 documentation = original.documentation, in create()
|
D | PsiFieldItem.kt | 34 documentation: String, 42 documentation = documentation, 125 documentation = commentText, in toString() 141 documentation = original.documentation, in toString()
|
D | PsiParameterItem.kt | 34 documentation: String, 39 documentation = documentation, 164 documentation = commentText, in create() 181 documentation = original.documentation, in create()
|
D | PsiMethodItem.kt | 49 documentation: String, in <lambda>() 56 documentation = documentation, in <lambda>() 333 documentation = commentText, in <lambda>() 352 documentation = original.documentation, in <lambda>()
|
D | PsiTypeParameterItem.kt | 39 documentation = ""
|
D | PsiCompilationUnit.kt | 121 val doc = item.documentation in getImportStatements()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | AndroidApiChecks.kt | 100 val doc = item.documentation in findDocumentation() 171 if (item.documentation.contains("TODO:") || item.documentation.contains("TODO(")) { in checkTodos() 177 val text = method.documentation in checkRequiresPermission() 223 val text = field.documentation in checkIntentAction()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | Item.kt | 86 var documentation: String in isHiddenOrRemoved() variable 185 fun fullyQualifiedDocumentation(): String = documentation in psi()
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | AndroidApiChecksTest.kt | 23 fun `Flag TODO documentation`() { in Flag TODO documentation()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextItem.kt | 29 override var documentation: String = "", variable in com.android.tools.metalava.model.text.TextItem
|
/tools/test/connectivity/tools/ |
D | .gitignore | 57 # Sphinx documentation
|
/tools/test/connectivity/acts/ |
D | .gitignore | 57 # Sphinx documentation
|
/tools/metalava/ |
D | README.md | 135 * Misc documentation handling; for example, it attempts to fix sentences 141 …tent/res/AssetManager.java:166: error: Replaced Kitkat with KitKat in documentation for Method and… 142 …interCapabilitiesInfo.java:122: error: Replaced Kitkat with KitKat in documentation for Method and… 150 * Support for generating documentation into the stubs files (so we can run javadoc or 152 code). This means that the documentation tool itself does not need to be able to 155 documentation. 257 the code which generated documentation for typedef constants had to require the 421 As mentioned above, metalava generates documentation directly into the stubs 430 This it not how metalava does it; it generates the English documentation 434 code which generates the documentation is easier to reason about and to
|
/tools/acloud/ |
D | LICENSE | 28 including but not limited to software source code, documentation 33 not limited to compiled object code, generated documentation, 114 documentation, if provided along with the Derivative Works; or,
|
/tools/apksig/ |
D | LICENSE | 40 including but not limited to software source code, documentation 45 not limited to compiled object code, generated documentation, 126 documentation, if provided along with the Derivative Works; or,
|
/tools/repohooks/ |
D | README.md | 221 with the documentation in this file.
|