/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 | 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 | 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 …]
|
/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 | 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 | 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 | quickInfoDisplayPartsClassAccessors.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 | 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 …]
|
/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/wayland_standard/ |
D | configure.ac | 86 AC_ARG_ENABLE([documentation], optenable 87 [AC_HELP_STRING([--disable-documentation], 88 [Disable building the documentation])], 138 … but doxygen not found. Install doxygen or disable the documentation using --disable-documentation… 145 …n 1.6+ required for documentation build. Install required doxygen version or disable the documenta… 152 …sted but xmlto not found. Install xmlto or disable the documentation using --disable-documentation… 157 …phviz's dot not found. Install graphviz or disable the documentation using --disable-documentation… 163 … 2.26+ required for documentation build. Install required graphviz version or disable the document… 174 … found. Install the docbook-xsl package or disable the documentation using --disable-documentation…
|
/third_party/flatbuffers/include/flatbuffers/ |
D | reflection_generated.h | 325 const flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>> *documentation() const { in documentation() function 338 verifier.VerifyVector(documentation()) && in Verify() 339 verifier.VerifyVectorOfStrings(documentation()) && in Verify() 360 …flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>>> documentation) { in add_documentation() 361 fbb_.AddOffset(EnumVal::VT_DOCUMENTATION, documentation); in add_documentation() 381 …buffers::Offset<flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>>> documentation = 0) { 384 builder_.add_documentation(documentation); 397 const std::vector<flatbuffers::Offset<flatbuffers::String>> *documentation = nullptr) { 399 …auto documentation__ = documentation ? _fbb.CreateVector<flatbuffers::Offset<flatbuffers::String>>… 440 const flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>> *documentation() const { in documentation() function [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…
|
/third_party/boost/tools/quickbook/doc/boost-doc-tools/ |
D | intro.qbk | 14 Much of the boost documentation is generated using a collection of 15 documentation tools which make it easier to write documentation in the 19 this, but feedback on the documentation generated with these tools 22 The diagram below illustrates the way the various documentation tools 29 [$../../tools/quickbook/doc/boost-doc-tools/images/documentation-toolchain.png] 32 [$../../boost-doc-tools/images/documentation-toolchain.png]
|
/third_party/boost/libs/test/doc/ |
D | README.md | 1 This folder contains the documentation for the Boost.Test library. 2 …contribution or submission to the library should be accompanied by the corresponding documentation. 4 The format of the documentation uses [Quickbook](http://www.boost.org/tools/quickbook/index.html). 6 How to build the documentation 9 In order to generate the documentation, the following is needed: 17 Part of the documentation needs [Doxygen](http://www.doxygen.org). `doxygen` should be accessible f… 43 Build the documentation 46 Running the following commands will construct the documentation with `b2` and 65 - It is highly recommended that each of your pull request comes with an updated documentation. Not …
|