Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiItem.kt42 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()
121documentation = 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 …]
DPsiPackageItem.kt29 documentation: String
34 documentation = documentation,
144 documentation = commentText, in create()
156 documentation = original.documentation, in create()
DPsiFieldItem.kt34 documentation: String,
42 documentation = documentation,
125 documentation = commentText, in toString()
141 documentation = original.documentation, in toString()
DPsiParameterItem.kt34 documentation: String,
39 documentation = documentation,
164 documentation = commentText, in create()
181 documentation = original.documentation, in create()
DPsiMethodItem.kt49 documentation: String, in <lambda>()
56 documentation = documentation, in <lambda>()
333 documentation = commentText, in <lambda>()
352 documentation = original.documentation, in <lambda>()
DPsiTypeParameterItem.kt39 documentation = ""
DPsiCompilationUnit.kt121 val doc = item.documentation in getImportStatements()
/tools/metalava/src/main/java/com/android/tools/metalava/
DAndroidApiChecks.kt100 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/
DItem.kt86 var documentation: String in isHiddenOrRemoved() variable
185 fun fullyQualifiedDocumentation(): String = documentation in psi()
/tools/metalava/src/test/java/com/android/tools/metalava/
DAndroidApiChecksTest.kt23 fun `Flag TODO documentation`() { in Flag TODO documentation()
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextItem.kt29 override var documentation: String = "", variable in com.android.tools.metalava.model.text.TextItem
/tools/test/connectivity/tools/
D.gitignore57 # Sphinx documentation
/tools/test/connectivity/acts/
D.gitignore57 # Sphinx documentation
/tools/metalava/
DREADME.md135 * 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/
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/repohooks/
DREADME.md221 with the documentation in this file.