/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiItem.kt | 37 override var documentation: String variable in com.android.tools.metalava.model.psi.PsiItem 44 override var docOnly = documentation.contains("@doconly") 46 override var removed = documentation.contains("@removed") 69 documentation.contains('@') && in <lambda>() 71 (documentation.contains("@hide") || in <lambda>() 72 documentation.contains("@pending") || in <lambda>() 74 documentation.contains("@suppress")) || in <lambda>() 100 if (documentation.isBlank()) { in isCloned() 107 val docComment = codebase.getComment(documentation) in isCloned() 162 documentation = addUniqueTag(documentation, tagSection, comment) in appendDocumentation() [all …]
|
D | PsiPackageItem.kt | 29 documentation: String 34 documentation = documentation, 148 documentation = commentText, in create() 160 documentation = original.documentation, in create()
|
D | PsiFieldItem.kt | 34 documentation: String, 42 documentation = documentation, 130 documentation = commentText, in toString()
|
D | PsiTypeParameterItem.kt | 41 documentation = ""
|
D | PsiCompilationUnit.kt | 177 val doc = item.documentation in getImportStatements()
|
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/ |
D | JavadocTest.kt | 84 fun `Relative documentation links in stubs`() { in Relative documentation links in stubs() 183 fun `Rewrite relative documentation links in doc-stubs`() { in Rewrite relative documentation links in doc-stubs() 282 fun `Rewrite relative documentation links in doc-stubs 2`() { in Rewrite relative documentation links in doc-stubs 2() 361 fun `Rewrite relative documentation links in doc-stubs 3`() { in Rewrite relative documentation links in doc-stubs 3() 432 fun `Rewrite relative documentation links in doc-stubs but preserve custom link text`() { in Rewrite relative documentation links in doc-stubs but preserve custom link text() 503 fun `Rewrite relative documentation links in doc-stubs 4`() { in Rewrite relative documentation links in doc-stubs 4() 630 fun `Rewrite relative documentation links in doc-stubs 5`() { in Rewrite relative documentation links in doc-stubs 5()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | Item.kt | 94 var documentation: String in isHiddenOrRemoved() variable 216 fun fullyQualifiedDocumentation(): String = documentation in psi() 219 fun fullyQualifiedDocumentation(documentation: String): String = documentation in psi()
|
/tools/metalava/src/main/java/com/android/tools/metalava/stub/ |
D | StubWriter.kt | 119 if (annotations.isNotEmpty() && generateAnnotations || !pkg.documentation.isBlank()) { in <lambda>() 252 val documentation = item.fullyQualifiedDocumentation() in appendDocumentation() constant 253 if (documentation.isNotBlank()) { in appendDocumentation() 254 val trimmed = trimDocIndent(documentation) in appendDocumentation()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextItem.kt | 26 override var documentation: String = "", variable in com.android.tools.metalava.model.text.TextItem
|
/tools/metalava/ |
D | README.md | 137 * Misc documentation handling; for example, it attempts to fix sentences that 142 …tent/res/AssetManager.java:166: error: Replaced Kitkat with KitKat in documentation for Method and… 143 …interCapabilitiesInfo.java:122: error: Replaced Kitkat with KitKat in documentation for Method and… 151 * Support for generating documentation into the stubs files (so we can run 153 of the source code). This means that the documentation tool itself does not 156 stub sources that include documentation. 276 just one example, the code which generated documentation for typedef constants 448 As mentioned above, metalava generates documentation directly into the stubs 457 This it not how metalava does it; it generates the English documentation 461 generates the documentation is easier to reason about and to update when it's
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | AndroidApiChecksTest.kt | 23 fun `Flag TODO documentation`() { in Flag TODO documentation()
|
/tools/test/connectivity/tools/ |
D | .gitignore | 57 # Sphinx documentation
|
/tools/test/connectivity/acts/ |
D | .gitignore | 57 # Sphinx documentation
|
/tools/test/connectivity/acts_tests/ |
D | .gitignore | 57 # Sphinx documentation
|
/tools/ndkports/ |
D | README.md | 23 See the [Port class] for documentation on the port API.
|
/tools/security/sanitizer-status/ |
D | NOTICE | 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/treble/ |
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/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/trebuchet/ |
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/test/openhst/ |
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/repohooks/tools/ |
D | spelling.txt | 419 docuentation||documentation 420 documantation||documentation 421 documentaion||documentation
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 13 // in the documentation and/or other materials provided with the
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 13 // in the documentation and/or other materials provided with the 602 // to be useful to IDEs, code indexers, documentation generators, and similar
|
/tools/repohooks/ |
D | README.md | 299 with the documentation in this file.
|