/third_party/typescript/tests/cases/fourslash/ |
D | commentsInheritance.ts | 226 { name: "i1_p1", text: "(property) i1.i1_p1: number", documentation: "i1_p1" }, 227 { name: "i1_f1", text: "(method) i1.i1_f1(): void", documentation: "i1_f1" }, 228 { name: "i1_l1", text: "(property) i1.i1_l1: () => void", documentation: "i1_l1" }, 260 { name: "i1_p1", text: "(property) c1.i1_p1: number", documentation: "i1_p1" }, 261 { name: "i1_f1", text: "(method) c1.i1_f1(): void", documentation: "i1_f1" }, 262 { name: "i1_l1", text: "(property) c1.i1_l1: () => void", documentation: "i1_l1" }, 266 { name: "p1", text: "(property) c1.p1: number", documentation: "c1_p1" }, 267 { name: "f1", text: "(method) c1.f1(): void", documentation: "c1_f1" }, 268 { name: "l1", text: "(property) c1.l1: () => void", documentation: "c1_l1" }, 269 { name: "nc_p1", text: "(property) c1.nc_p1: number", documentation: "c1_nc_p1" }, [all …]
|
D | commentsExternalModules.ts | 40 { name: "b", text: "var b: number", documentation: "b's comment" }, 41 { name: "foo", text: "function foo(): number", documentation: "foo's comment" }, 50 includes: { name: "m1", text: "namespace m1", documentation: "Namespace comment" }, 56 { name: "b", text: "var m1.b: number", documentation: "b's comment" }, 57 …{ name: "fooExport", text: "function m1.fooExport(): number", documentation: "exported function" }, 58 { name: "m2", text: "namespace m1.m2", documentation: "m2 comments" }, 70 { name: "c", text: "constructor m1.m2.c(): m1.m2.c", documentation: "class comment;" }, 71 { name: "i", text: "var m1.m2.i: m1.m2.c", documentation: "i" }, 81 …, text: 'import extMod = require("./commentsExternalModules_file0")', documentation: "This is on i… 85 includes: { name: "m1", text: "namespace extMod.m1", documentation: "Namespace comment" }, [all …]
|
D | commentsClassMembers.ts | 136 { name: "p1", text: "(property) c1.p1: number", documentation: "p1 is property of c1" }, 137 { name: "p2", text: "(method) c1.p2(b: number): number", documentation: "sum with property" }, 138 …{ name: "p3", text: "(property) c1.p3: number", documentation: "getter property 1\nsetter property… 146 { name: "c1", text: "class c1", documentation: "This is comment for c1" }, 172 … { name: "pp1", text: "(property) c1.pp1: number", documentation: "pp1 is property of c1" }, 173 … { name: "pp2", text: "(method) c1.pp2(b: number): number", documentation: "sum with property" }, 174 …{ name: "pp3", text: "(property) c1.pp3: number", documentation: "getter property 2\nsetter proper… 183 includes: { name: "b", text: "(parameter) b: number", documentation: "number to add" }, 187 … includes: [{ name: "value", text: "(parameter) value: number", documentation: "this is value" }], 194 …{ name: "s1", text: "(property) c1.s1: number", documentation: "s1 is static property of c1", sort… [all …]
|
D | commentsModules.ts | 104 { name: "b", text: "var b: number", documentation: "b's comment" }, 105 { name: "foo", text: "function foo(): number", documentation: "foo's comment" }, 113 …{ marker: "4", includes: { name: "m1", text: "namespace m1", documentation: "Namespace comment" } … 117 { name: "b", text: "var m1.b: number", documentation: "b's comment" }, 118 …{ name: "fooExport", text: "function m1.fooExport(): number", documentation: "exported function" }, 119 { name: "m2", text: "namespace m1.m2", documentation: "m2 comments" }, 135 { name: "c", text: "constructor m1.m2.c(): m1.m2.c", documentation: "class comment;" }, 136 { name: "i", text: "var m1.m2.i: m1.m2.c", documentation: "i" }, 141 function both(marker: string, name: string, text: string, documentation?: string) { 142 verify.completions({ marker, includes: { name, text, documentation } }); [all …]
|
D | commentsVariables.ts | 49 …includes: { name: "myVariable", text: "var myVariable: number", documentation: "This is my variabl… 54 … { name: "myVariable", text: "var myVariable: number", documentation: "This is my variable" }, 55 { name: "d", text: "var d: number", documentation: "d variable" } 61 { name: "foo", text: "function foo(): void", documentation: "foos comment" }, 62 { name: "fooVar", text: "var fooVar: () => void", documentation:"fooVar comment" }, 76 { name: "foo", text: "function foo(): void", documentation: "foos comment" }, 77 { name: "fooVar", text: "var fooVar: () => void", documentation:"fooVar comment" }, 90 verify.completions({ marker: "10", includes: { name: "i", text: "var i: c", documentation: "instanc… 91 verify.completions({ marker: "11", includes: { name: "i1_i", text: "var i1_i: i1", documentation: "…
|
D | commentsInterface.ts | 85 { name: "x", text: "(property) i2.x: number", documentation: "this is x" }, 86 … { name: "foo", text: "(property) i2.foo: (b: number) => string", documentation: "this is foo" }, 89 … { name: "fnfoo", text: "(method) i2.fnfoo(b: number): string", documentation: "this is fnfoo" }, 162 { name: "nc_i1_i", text: "var nc_i1_i: nc_i1", documentation: "" }, 184 { name: "i1", text: "interface i1", documentation: "this is interface 1" }, 186 { name: "i2", text: "interface i2", documentation: "this is interface 2 with members" }, 190 … marker: "36", includes: { name: "a", text: "(parameter) a: number", documentation: "i3_i a" }, 202 { name: "x", text: "(property) i3.x: number", documentation: "Comment i3 x" }, 203 { name: "f", text: "(method) i3.f(a: number): string", documentation: "Function i3 f" }, 204 { name: "l", text: "(property) i3.l: (b: number) => string", documentation: "i3 l" },
|
D | commentsImportDeclaration.ts | 32 verify.completions({ marker: "6", exact: [{ name: "m1", text: "namespace extMod.m1", documentation:… 37 …{ name: "fooExport", text: "function extMod.m1.fooExport(): number", documentation: "exported func… 38 { name: "b", text: "var extMod.m1.b: number", documentation: "b's comment" }, 39 { name: "m2", text: "namespace extMod.m1.m2", documentation: "m2 comments" }, 52 …{ name: "c", text: "constructor extMod.m1.m2.c(): extMod.m1.m2.c", documentation: "class comment;"… 53 { name: "i", text: "var extMod.m1.m2.i: extMod.m1.m2.c", documentation: "i" },
|
D | commentsOverloads.ts | 279 …{ name: "f1", text: "function f1(a: number): number (+1 overload)", documentation: "this is signat… 282 …{ name: "f4", text: "function f4(a: number): number (+1 overload)", documentation: "this is signat… 288 …name: "i1_i", text: "var i1_i: i1\nnew (b: number) => any (+1 overload)", documentation: "new 1" }, 290 …name: "i3_i", text: "var i3_i: i3\nnew (a: string) => any (+1 overload)", documentation: "new 1" }, 313 …{ name: "foo" , text: "(method) i1.foo(a: number): number (+1 overload)", documentation: "foo 1" }, 316 …{ name: "foo4", text: "(method) i1.foo4(a: number): number (+1 overload)", documentation: "foo4 1"… 384 …{ name: "prop2", text: "(method) c.prop2(a: number): number (+1 overload)", documentation: "prop2 … 386 …{ name: "prop4", text: "(method) c.prop4(a: number): number (+1 overload)", documentation: "prop4 … 387 …{ name: "prop5", text: "(method) c.prop5(a: number): number (+1 overload)", documentation: "prop5 … 471 …d", text: "function multiOverload(a: number): string (+2 overloads)", documentation: "This is mult… [all …]
|
D | commentsFunctionExpression.ts | 40 { name: "a", text: "(parameter) a: number", documentation: "param a" }, 41 { name: "b", text: "(parameter) b: number", documentation: "param b" }, 51 …{ name: "lambdaFoo", text: "var lambdaFoo: (a: number, b: number) => number", documentation: "this… 52 …", text: "var lambddaNoVarComment: (a: number, b: number) => number", documentation: "this is lamb… 89 documentation: "On parameter\nparam on expression\nthe first parameter!", 102 documentation: "Summary on expression\nOn variable",
|
D | commentsCommentParsing.ts | 252 documentation: "Adds two integers and returns the result", 286 …{ name: "a", text: "(parameter) a: number", documentation: "first number", tags: [{ name: "param",… 287 …{ name: "b", text: "(parameter) b: number", documentation: "second number", tags: [{ name: "param"… 329 documentation: "optional parameter", 358 documentation: "This is multiplication function", 373 documentation: "fn f1 with number", 473 documentation: "this is inline comment for a\nit is first parameter", 476 { name: "b", text: "(parameter) b: number", documentation: "this is inline comment for b" }, 480 documentation: "it is third parameter", 519 documentation: jsdocTestDocComment, [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | jsdocDisallowedInTypescript.errors.txt | 1 …wedInTypescript.ts(2,15): error TS8020: JSDoc types can only be used inside documentation comments. 2 …wedInTypescript.ts(4,15): error TS8020: JSDoc types can only be used inside documentation comments. 3 …wedInTypescript.ts(4,32): error TS8020: JSDoc types can only be used inside documentation comments. 4 …wedInTypescript.ts(7,20): error TS8020: JSDoc types can only be used inside documentation comments. 5 …edInTypescript.ts(10,18): error TS8020: JSDoc types can only be used inside documentation comments. 7 …edInTypescript.ts(13,14): error TS8020: JSDoc types can only be used inside documentation comments. 8 …edInTypescript.ts(14,11): error TS8020: JSDoc types can only be used inside documentation comments. 9 …wedInTypescript.ts(15,8): error TS8020: JSDoc types can only be used inside documentation comments. 10 …edInTypescript.ts(16,11): error TS8020: JSDoc types can only be used inside documentation comments. 11 …edInTypescript.ts(17,17): error TS8020: JSDoc types can only be used inside documentation comments. [all …]
|
D | quickInfoDisplayPartsEnum1.baseline | 28 "documentation": [] 89 "documentation": [] 150 "documentation": [] 211 "documentation": [] 252 "documentation": [] 281 "documentation": [] 322 "documentation": [] 351 "documentation": [] 412 "documentation": [] 453 "documentation": [] [all …]
|
D | quickInfoDisplayPartsEnum2.baseline | 28 "documentation": [] 93 "documentation": [] 158 "documentation": [] 223 "documentation": [] 264 "documentation": [] 293 "documentation": [] 334 "documentation": [] 363 "documentation": [] 428 "documentation": [] 469 "documentation": [] [all …]
|
D | quickInfoDisplayPartsEnum3.baseline | 28 "documentation": [] 93 "documentation": [] 158 "documentation": [] 223 "documentation": [] 264 "documentation": [] 293 "documentation": [] 334 "documentation": [] 363 "documentation": [] 428 "documentation": [] 469 "documentation": [] [all …]
|
D | quickInfoDisplayPartsModules.baseline | 28 "documentation": [] 69 "documentation": [] 118 "documentation": [] 167 "documentation": [] 196 "documentation": [] 245 "documentation": [] 274 "documentation": [] 303 "documentation": [] 340 "documentation": [] 381 "documentation": [] [all …]
|
D | quickInfoDisplayPartsExternalModules.baseline | 28 "documentation": [] 69 "documentation": [] 118 "documentation": [] 167 "documentation": [] 196 "documentation": [] 245 "documentation": [] 274 "documentation": [] 303 "documentation": [] 340 "documentation": [] 381 "documentation": [] [all …]
|
D | quickInfoDisplayPartsClassAccessors.baseline | 56 "documentation": [] 113 "documentation": [] 170 "documentation": [] 227 "documentation": [] 284 "documentation": [] 341 "documentation": [] 398 "documentation": [] 455 "documentation": [] 512 "documentation": [] 569 "documentation": [] [all …]
|
D | quickInfoDisplayPartsClassConstructor.baseline | 48 "documentation": [] 89 "documentation": [] 138 "documentation": [] 187 "documentation": [] 216 "documentation": [] 309 "documentation": [] 402 "documentation": [] 495 "documentation": [] 536 "documentation": [] 629 "documentation": [] [all …]
|
D | quickInfoDisplayPartsClassProperty.baseline | 56 "documentation": [] 113 "documentation": [] 170 "documentation": [] 227 "documentation": [] 284 "documentation": [] 341 "documentation": [] 398 "documentation": [] 455 "documentation": [] 512 "documentation": [] 569 "documentation": [] [all …]
|
D | decoratorMetadata-jsdoc.errors.txt | 1 …orMetadata-jsdoc.ts(5,9): error TS8020: JSDoc types can only be used inside documentation comments. 2 …orMetadata-jsdoc.ts(7,9): error TS8020: JSDoc types can only be used inside documentation comments. 3 …orMetadata-jsdoc.ts(9,9): error TS8020: JSDoc types can only be used inside documentation comments. 13 !!! error TS8020: JSDoc types can only be used inside documentation comments. 17 !!! error TS8020: JSDoc types can only be used inside documentation comments. 21 !!! error TS8020: JSDoc types can only be used inside documentation comments.
|
D | quickInfoDisplayPartsClassMethod.baseline | 64 "documentation": [] 129 "documentation": [] 194 "documentation": [] 259 "documentation": [] 324 "documentation": [] 389 "documentation": [] 454 "documentation": [] 519 "documentation": [] 584 "documentation": [] 649 "documentation": [] [all …]
|
/third_party/gstreamer/gstreamer/docs/ |
D | README | 1 GStreamer documentation notes 6 Our documentation uses hotdoc, you should usually refer to the 7 [hotdoc documentation](http://hotdoc.github.io/). 9 GStreamer has two sets of documentation but both are controlled and aggregated in 17 To build the full documentation you should make sure to have `hotdoc` installed and 24 And building the documentation: 27 ninja -C build/ subprojects/gst-docs/GStreamer-doc`, this will result in two documentation sets: 37 Hotdoc build targets are generated for each documentation 'components' (ie. hotdoc 38 subprojects). This includes libraries documentation and one target per GStreamer plugin. 40 One can build a specific documentation target by explicitly building the target, [all …]
|
/third_party/rust/crates/cxx/tests/ui/ |
D | deny_missing_docs.stderr | 1 error: missing documentation for a struct 13 error: missing documentation for a struct field 19 error: missing documentation for a struct 25 error: missing documentation for an associated constant 31 error: missing documentation for a struct 37 error: missing documentation for a type alias 43 error: missing documentation for a function
|
/third_party/python/Doc/library/ |
D | pydoc.rst | 13 single: documentation; generation 14 single: documentation; online 19 The :mod:`pydoc` module automatically generates documentation from Python 20 modules. The documentation can be presented as pages of text on the console, 23 For modules, classes, functions and methods, the displayed documentation is 31 interactive interpreter, which uses :mod:`pydoc` to generate its documentation 32 as text on the console. The same text documentation can also be viewed from 38 at a shell prompt will display documentation on the :mod:`sys` module, in a 44 Unix), and refers to an existing Python source file, then documentation is 49 In order to find objects and their documentation, :mod:`pydoc` imports the [all …]
|
/third_party/libxml2/result/schemas/ |
D | annot-err_0_0.err | 2 …3.org/2001/XMLSchema}annotation': The content is not valid. Expected is (appinfo | documentation)*. 5 …/annot-err_0.xsd:14: element documentation: Schemas parser error : Element '{http://www.w3.org/200… 6 …/annot-err_0.xsd:14: element documentation: Schemas parser error : Element '{http://www.w3.org/200… 7 …/annot-err_0.xsd:14: element documentation: Schemas parser error : Element '{http://www.w3.org/200…
|