Home
last modified time | relevance | path

Searched refs:documentation (Results 1 – 25 of 25) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiItem.kt37 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 …]
DPsiPackageItem.kt29 documentation: String
34 documentation = documentation,
148 documentation = commentText, in create()
160 documentation = original.documentation, in create()
DPsiFieldItem.kt34 documentation: String,
42 documentation = documentation,
130 documentation = commentText, in toString()
DPsiTypeParameterItem.kt41 documentation = ""
DPsiCompilationUnit.kt177 val doc = item.documentation in getImportStatements()
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DJavadocTest.kt84 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/
DItem.kt94 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/
DStubWriter.kt119 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/
DTextItem.kt26 override var documentation: String = "", variable in com.android.tools.metalava.model.text.TextItem
/tools/metalava/
DREADME.md137 * 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/
DAndroidApiChecksTest.kt23 fun `Flag TODO documentation`() { in Flag TODO documentation()
/tools/test/connectivity/tools/
D.gitignore57 # Sphinx documentation
/tools/test/connectivity/acts/
D.gitignore57 # Sphinx documentation
/tools/test/connectivity/acts_tests/
D.gitignore57 # Sphinx documentation
/tools/ndkports/
DREADME.md23 See the [Port class] for documentation on the port API.
/tools/security/sanitizer-status/
DNOTICE40 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/
DLICENSE28 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/
DLICENSE28 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/
DLICENSE28 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/
DLICENSE40 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/
DLICENSE28 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/
Dspelling.txt419 docuentation||documentation
420 documantation||documentation
421 documentaion||documentation
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto13 // in the documentation and/or other materials provided with the
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto13 // in the documentation and/or other materials provided with the
602 // to be useful to IDEs, code indexers, documentation generators, and similar
/tools/repohooks/
DREADME.md299 with the documentation in this file.