refactor(atoms): Remove usage of js_word! to drop string-cache (#7976)

**Description:**

This PR is to prepare removal of `string-cache`. Actually, this PR does not remove it. Instead, this PR only removes direct usages of `js_word!`s, especially in patterns.



**Related issue:**

 - #4946.
This commit is contained in:
Donny/강동윤 2023-10-08 09:39:51 +09:00 committed by GitHub
parent 2da1037748
commit 84cec8766d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
546 changed files with 7351 additions and 9467 deletions

View File

@ -4,17 +4,13 @@ xtask = "run --package xtask --"
[build]
rustdocflags = ["--cfg", "docsrs"]
rustflags = ["-Z", "share-generics=y"]
rustflags = ["-Zshare-generics=y"]
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-feature=+sse2", "-Z", "share-generics=y"]
[target.aarch64-apple-darwin]
rustflags = ["-Z", "share-generics=y"]
rustflags = ["-C", "target-feature=+sse2", "-Zshare-generics=y"]
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
rustflags = ["-Z", "share-generics=y"]
linker = "aarch64-linux-gnu-gcc"
[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-musl-gcc"
@ -23,27 +19,17 @@ rustflags = [
"target-feature=-crt-static",
"-C",
"link-arg=-lgcc",
"-Z",
"share-generics=y",
"-Zshare-generics=y",
]
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"
rustflags = ["-Z", "share-generics=y"]
linker = "arm-linux-gnueabihf-gcc"
[target.aarch64-linux-android]
rustflags = ["-Z", "share-generics=y"]
[target.x86_64-pc-windows-msvc]
linker = "rust-lld"
rustflags = ["-C", "target-feature=+crt-static"]
rustflags = ["-C", "target-feature=+crt-static", "-Zshare-generics=y"]
[target.i686-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
[target.aarch64-pc-windows-msvc]
linker = "rust-lld"
rustflags = ["-Z", "share-generics=y"]
[target.wasm32-unknown-unknown]
rustflags = ["-Z", "share-generics=y"]
linker = "rust-lld"

View File

@ -279,7 +279,7 @@ impl swc_core::bundler::Hook for Hook {
Ok(vec![
KeyValueProp {
key: PropName::Ident(Ident::new(js_word!("url"), span)),
key: PropName::Ident(Ident::new("url", span)),
value: Box::new(Expr::Lit(Lit::Str(Str {
span,
raw: None,
@ -287,7 +287,7 @@ impl swc_core::bundler::Hook for Hook {
}))),
},
KeyValueProp {
key: PropName::Ident(Ident::new(js_word!("main"), span)),
key: PropName::Ident(Ident::new("main", span)),
value: Box::new(if module_record.is_entry {
Expr::Member(MemberExpr {
span,
@ -295,7 +295,7 @@ impl swc_core::bundler::Hook for Hook {
span,
kind: MetaPropKind::ImportMeta,
})),
prop: MemberProp::Ident(Ident::new(js_word!("main"), span)),
prop: MemberProp::Ident(Ident::new("main", span)),
})
} else {
Expr::Lit(Lit::Bool(Bool { span, value: false }))

View File

@ -16,5 +16,11 @@ disallowed-names = [
"isize",
"usize",
]
ignore-interior-mutability = [
"bytes::Bytes",
"swc_atoms::Atom",
"swc_atoms::JsWord",
"swc_ecma_ast::Id",
]
msrv = "1.58"
type-complexity-threshold = 25000

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -82,7 +82,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -105,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('abstract' type=static),
value: "abstract",
},
tag: Abstract(
AbstractTag {
@ -143,7 +143,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -166,7 +166,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -206,7 +206,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -229,7 +229,7 @@
),
ctxt: #0,
},
value: Atom('virtual' type=inline),
value: "virtual",
},
tag: Abstract(
AbstractTag {

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -82,7 +82,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -105,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('access' type=inline),
value: "access",
},
tag: Access(
AccessTag {
@ -128,7 +128,7 @@
),
ctxt: #0,
},
value: Atom('private' type=static),
value: "private",
},
},
),
@ -155,7 +155,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -178,7 +178,7 @@
),
ctxt: #0,
},
value: Atom('access' type=inline),
value: "access",
},
tag: Access(
AccessTag {
@ -201,7 +201,7 @@
),
ctxt: #0,
},
value: Atom('protected' type=static),
value: "protected",
},
},
),
@ -228,7 +228,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -251,7 +251,7 @@
),
ctxt: #0,
},
value: Atom('access' type=inline),
value: "access",
},
tag: Access(
AccessTag {
@ -274,7 +274,7 @@
),
ctxt: #0,
},
value: Atom('public' type=static),
value: "public",
},
},
),
@ -301,7 +301,7 @@
),
ctxt: #0,
},
value: Atom('nothing' type=inline),
value: "nothing",
},
tags: [],
},
@ -325,7 +325,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -348,7 +348,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -388,7 +388,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -411,7 +411,7 @@
),
ctxt: #0,
},
value: Atom('private' type=static),
value: "private",
},
tag: Private(
PrivateTag {
@ -450,7 +450,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -473,7 +473,7 @@
),
ctxt: #0,
},
value: Atom('protected' type=static),
value: "protected",
},
tag: Protected(
ProtectedTag {
@ -512,7 +512,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -535,7 +535,7 @@
),
ctxt: #0,
},
value: Atom('public' type=static),
value: "public",
},
tag: Public(
PublicTag {
@ -573,7 +573,7 @@
),
ctxt: #0,
},
value: Atom('nothing' type=inline),
value: "nothing",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('Give x another name.' type=dynamic),
value: "Give x another name.",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('alias' type=inline),
value: "alias",
},
tag: Alias(
AliasTag {
@ -76,7 +76,7 @@
),
ctxt: #0,
},
value: Atom('myObject' type=dynamic),
value: "myObject",
},
],
},
@ -103,7 +103,7 @@
),
ctxt: #0,
},
value: Atom('namespace' type=static),
value: "namespace",
},
tag: Namespace(
NamespaceTag {
@ -143,7 +143,7 @@
),
ctxt: #0,
},
value: Atom('document me' type=dynamic),
value: "document me",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('alias' type=inline),
value: "alias",
},
tag: Alias(
AliasTag {
@ -76,7 +76,7 @@
),
ctxt: #0,
},
value: Atom('ns' type=inline),
value: "ns",
},
],
},
@ -105,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('document me' type=dynamic),
value: "document me",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -66,7 +66,7 @@
),
ctxt: #0,
},
value: Atom('@alias trackr.CookieManager' type=dynamic),
value: "@alias trackr.CookieManager",
},
),
name: Some(
@ -80,7 +80,7 @@
),
ctxt: #0,
},
value: Atom('@param {object} kv' type=dynamic),
value: "@param {object} kv",
},
),
},
@ -108,7 +108,7 @@
),
ctxt: #0,
},
value: Atom('document me' type=dynamic),
value: "document me",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('module' type=static),
value: "module",
},
tag: Module(
ModuleTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
ty: Text {
span: Span {
@ -77,7 +77,7 @@
),
ctxt: #0,
},
value: Atom('jacket' type=inline),
value: "jacket",
},
},
),
@ -104,9 +104,7 @@
),
ctxt: #0,
},
value: Atom('Jacket constructor.
*
*' type=dynamic),
value: "Jacket constructor.\n *\n *",
},
tags: [
TagItem {
@ -129,7 +127,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -153,7 +151,7 @@
),
ctxt: #0,
},
value: Atom('* @alias module:jacket' type=dynamic),
value: "* @alias module:jacket",
},
),
name: None,

View File

@ -19,9 +19,7 @@
),
ctxt: #0,
},
value: Atom('Toaster singleton.
*
*' type=dynamic),
value: "Toaster singleton.\n *\n *",
},
tags: [
TagItem {
@ -44,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -84,9 +82,7 @@
),
ctxt: #0,
},
value: Atom('Toast an item.
*
*' type=dynamic),
value: "Toast an item.\n *\n *",
},
tags: [
TagItem {
@ -109,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('alias' type=inline),
value: "alias",
},
tag: Alias(
AliasTag {
@ -143,7 +139,7 @@
),
ctxt: #0,
},
value: Atom('Toaster' type=inline),
value: "Toaster",
},
],
},
@ -172,9 +168,7 @@
),
ctxt: #0,
},
value: Atom('Clean the toaster.
*
*' type=dynamic),
value: "Clean the toaster.\n *\n *",
},
tags: [
TagItem {
@ -197,7 +191,7 @@
),
ctxt: #0,
},
value: Atom('alias' type=inline),
value: "alias",
},
tag: Alias(
AliasTag {
@ -231,7 +225,7 @@
),
ctxt: #0,
},
value: Atom('clean' type=inline),
value: "clean",
},
],
},
@ -258,7 +252,7 @@
),
ctxt: #0,
},
value: Atom('memberof' type=dynamic),
value: "memberof",
},
tag: MemberOf(
MemberOfTag {
@ -292,7 +286,7 @@
),
ctxt: #0,
},
value: Atom('Toaster' type=inline),
value: "Toaster",
},
],
},
@ -319,7 +313,7 @@
),
ctxt: #0,
},
value: Atom('instance' type=dynamic),
value: "instance",
},
tag: Instance(
InstanceTag {
@ -357,9 +351,7 @@
),
ctxt: #0,
},
value: Atom('Get the Toaster instance.
*
*' type=dynamic),
value: "Get the Toaster instance.\n *\n *",
},
tags: [
TagItem {
@ -382,7 +374,7 @@
),
ctxt: #0,
},
value: Atom('alias' type=inline),
value: "alias",
},
tag: Alias(
AliasTag {
@ -416,7 +408,7 @@
),
ctxt: #0,
},
value: Atom('Toaster' type=inline),
value: "Toaster",
},
],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('module' type=static),
value: "module",
},
tag: Module(
ModuleTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
ty: Text {
span: Span {
@ -77,7 +77,7 @@
),
ctxt: #0,
},
value: Atom('example' type=inline),
value: "example",
},
},
),
@ -104,7 +104,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -127,7 +127,7 @@
),
ctxt: #0,
},
value: Atom('alias' type=inline),
value: "alias",
},
tag: Alias(
AliasTag {
@ -161,7 +161,7 @@
),
ctxt: #0,
},
value: Atom('module' type=static),
value: "module",
},
],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('module' type=static),
value: "module",
},
tag: Module(
ModuleTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
ty: Text {
span: Span {
@ -77,7 +77,7 @@
),
ctxt: #0,
},
value: Atom('foo' type=inline),
value: "foo",
},
},
),
@ -104,9 +104,7 @@
),
ctxt: #0,
},
value: Atom('Bar class.
*
*' type=dynamic),
value: "Bar class.\n *\n *",
},
tags: [
TagItem {
@ -129,7 +127,7 @@
),
ctxt: #0,
},
value: Atom('alias' type=inline),
value: "alias",
},
tag: Alias(
AliasTag {
@ -163,7 +161,7 @@
),
ctxt: #0,
},
value: Atom('module' type=static),
value: "module",
},
],
},
@ -192,7 +190,7 @@
),
ctxt: #0,
},
value: Atom('Create a Bar.' type=dynamic),
value: "Create a Bar.",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('alias' type=inline),
value: "alias",
},
tag: Alias(
AliasTag {
@ -76,7 +76,7 @@
),
ctxt: #0,
},
value: Atom('<global>' type=dynamic),
value: "<global>",
},
],
},

View File

@ -19,8 +19,7 @@
),
ctxt: #0,
},
value: Atom('Creates a new test object.
*' type=dynamic),
value: "Creates a new test object.\n *",
},
tags: [
TagItem {
@ -43,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('alias' type=inline),
value: "alias",
},
tag: Alias(
AliasTag {
@ -77,7 +76,7 @@
),
ctxt: #0,
},
value: Atom('Test' type=inline),
value: "Test",
},
],
},
@ -104,7 +103,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -144,7 +143,7 @@
),
ctxt: #0,
},
value: Atom('Document me.' type=dynamic),
value: "Document me.",
},
tags: [],
},
@ -168,7 +167,7 @@
),
ctxt: #0,
},
value: Atom('Document me.' type=dynamic),
value: "Document me.",
},
tags: [],
},
@ -192,7 +191,7 @@
),
ctxt: #0,
},
value: Atom('Document me.' type=dynamic),
value: "Document me.",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('namespace' type=static),
value: "namespace",
},
tag: Namespace(
NamespaceTag {
@ -82,7 +82,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -105,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('namespace' type=static),
value: "namespace",
},
tag: Namespace(
NamespaceTag {
@ -130,7 +130,7 @@
),
ctxt: #0,
},
value: Atom('@alias A.F' type=dynamic),
value: "@alias A.F",
},
),
},
@ -158,7 +158,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -181,7 +181,7 @@
),
ctxt: #0,
},
value: Atom('return' type=static),
value: "return",
},
tag: Return(
ReturnTag {
@ -205,7 +205,7 @@
),
ctxt: #0,
},
value: Atom('{String}' type=dynamic),
value: "{String}",
},
),
description: Text {
@ -218,7 +218,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('namespace' type=static),
value: "namespace",
},
tag: Namespace(
NamespaceTag {
@ -82,7 +82,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -105,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('namespace' type=static),
value: "namespace",
},
tag: Namespace(
NamespaceTag {
@ -130,7 +130,7 @@
),
ctxt: #0,
},
value: Atom('@alias A.F' type=dynamic),
value: "@alias A.F",
},
),
},
@ -158,7 +158,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -181,7 +181,7 @@
),
ctxt: #0,
},
value: Atom('return' type=static),
value: "return",
},
tag: Return(
ReturnTag {
@ -205,7 +205,7 @@
),
ctxt: #0,
},
value: Atom('{String}' type=dynamic),
value: "{String}",
},
),
description: Text {
@ -218,7 +218,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -82,8 +82,7 @@
),
ctxt: #0,
},
value: Atom('Set the value of the name property.
*' type=dynamic),
value: "Set the value of the name property.\n *",
},
tags: [
TagItem {
@ -106,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -131,7 +130,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -144,7 +143,7 @@
),
ctxt: #0,
},
value: Atom('newName' type=inline),
value: "newName",
},
},
),
@ -171,8 +170,7 @@
),
ctxt: #0,
},
value: Atom('Get the value of the name property.
*' type=dynamic),
value: "Get the value of the name property.\n *",
},
tags: [
TagItem {
@ -195,7 +193,7 @@
),
ctxt: #0,
},
value: Atom('returns' type=inline),
value: "returns",
},
tag: Return(
ReturnTag {
@ -219,7 +217,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
description: Text {
@ -232,7 +230,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -259,8 +257,7 @@
),
ctxt: #0,
},
value: Atom('Set the value of the shape property.
*' type=dynamic),
value: "Set the value of the shape property.\n *",
},
tags: [
TagItem {
@ -283,7 +280,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -308,7 +305,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -321,7 +318,7 @@
),
ctxt: #0,
},
value: Atom('newShape' type=dynamic),
value: "newShape",
},
},
),
@ -348,8 +345,7 @@
),
ctxt: #0,
},
value: Atom('Set the value of the shape property, plus some other property.
*' type=dynamic),
value: "Set the value of the shape property, plus some other property.\n *",
},
tags: [
TagItem {
@ -372,7 +368,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -397,7 +393,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -410,7 +406,7 @@
),
ctxt: #0,
},
value: Atom('newShape' type=dynamic),
value: "newShape",
},
},
),
@ -435,7 +431,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -460,7 +456,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -473,7 +469,7 @@
),
ctxt: #0,
},
value: Atom('mysteryProperty' type=dynamic),
value: "mysteryProperty",
},
},
),
@ -500,8 +496,7 @@
),
ctxt: #0,
},
value: Atom('Get the value of the shape property.
*' type=dynamic),
value: "Get the value of the shape property.\n *",
},
tags: [
TagItem {
@ -524,7 +519,7 @@
),
ctxt: #0,
},
value: Atom('returns' type=inline),
value: "returns",
},
tag: Return(
ReturnTag {
@ -548,7 +543,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
description: Text {
@ -561,7 +556,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -82,8 +82,7 @@
),
ctxt: #0,
},
value: Atom('Add a lane to the bowling alley.
*' type=dynamic),
value: "Add a lane to the bowling alley.\n *",
},
tags: [
TagItem {
@ -106,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('also' type=inline),
value: "also",
},
tag: Unknown(
UnknownTag {
@ -129,7 +128,7 @@
),
ctxt: #0,
},
value: Atom('* Add the specified number of lanes to the bowling alley.' type=dynamic),
value: "* Add the specified number of lanes to the bowling alley.",
},
},
),
@ -154,7 +153,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -179,7 +178,7 @@
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
value: "{number}",
},
),
desc: Text {
@ -192,7 +191,7 @@
),
ctxt: #0,
},
value: Atom('[lanes=1] - The number of lanes to add.' type=dynamic),
value: "[lanes=1] - The number of lanes to add.",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('module' type=static),
value: "module",
},
tag: Module(
ModuleTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
ty: Text {
span: Span {
@ -77,7 +77,7 @@
),
ctxt: #0,
},
value: Atom('test' type=inline),
value: "test",
},
},
),
@ -104,7 +104,7 @@
),
ctxt: #0,
},
value: Atom('Test class' type=dynamic),
value: "Test class",
},
tags: [],
},
@ -128,8 +128,7 @@
),
ctxt: #0,
},
value: Atom('Test constructor
*' type=dynamic),
value: "Test constructor\n *",
},
tags: [
TagItem {
@ -152,7 +151,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -177,7 +176,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -190,7 +189,7 @@
),
ctxt: #0,
},
value: Atom('foo - The foo parameter' type=dynamic),
value: "foo - The foo parameter",
},
},
),
@ -217,7 +216,7 @@
),
ctxt: #0,
},
value: Atom('Test member' type=dynamic),
value: "Test member",
},
tags: [],
},
@ -241,7 +240,7 @@
),
ctxt: #0,
},
value: Atom('Test method' type=dynamic),
value: "Test method",
},
tags: [],
},
@ -265,7 +264,7 @@
),
ctxt: #0,
},
value: Atom('Test static method' type=dynamic),
value: "Test static method",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('module' type=static),
value: "module",
},
tag: Module(
ModuleTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
ty: Text {
span: Span {
@ -77,7 +77,7 @@
),
ctxt: #0,
},
value: Atom('foo' type=inline),
value: "foo",
},
},
),

View File

@ -19,9 +19,7 @@
),
ctxt: #0,
},
value: Atom('Increment a number by 1.
*
*' type=dynamic),
value: "Increment a number by 1.\n *\n *",
},
tags: [
TagItem {
@ -44,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -69,7 +67,7 @@
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
value: "{number}",
},
),
desc: Text {
@ -82,7 +80,7 @@
),
ctxt: #0,
},
value: Atom('n - The number to increment.' type=dynamic),
value: "n - The number to increment.",
},
},
),
@ -109,7 +107,7 @@
),
ctxt: #0,
},
value: Atom('Print a value to the console.' type=dynamic),
value: "Print a value to the console.",
},
tags: [],
},
@ -133,7 +131,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -156,7 +154,7 @@
),
ctxt: #0,
},
value: Atom('type' type=static),
value: "type",
},
tag: Type(
TypeTag {
@ -179,7 +177,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -206,7 +204,7 @@
),
ctxt: #0,
},
value: Atom('Create a class with a `name` property.' type=dynamic),
value: "Create a class with a `name` property.",
},
tags: [],
},

View File

@ -19,8 +19,7 @@
),
ctxt: #0,
},
value: Atom('Add a number.
*' type=dynamic),
value: "Add a number.\n *",
},
tags: [
TagItem {
@ -43,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -68,7 +67,7 @@
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
value: "{number}",
},
),
desc: Text {
@ -81,7 +80,7 @@
),
ctxt: #0,
},
value: Atom('x - The number to add.' type=dynamic),
value: "x - The number to add.",
},
},
),
@ -108,8 +107,7 @@
),
ctxt: #0,
},
value: Atom('Subtract a number.
*' type=dynamic),
value: "Subtract a number.\n *",
},
tags: [
TagItem {
@ -132,7 +130,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -157,7 +155,7 @@
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
value: "{number}",
},
),
desc: Text {
@ -170,7 +168,7 @@
),
ctxt: #0,
},
value: Atom('x - The number to subtract.' type=dynamic),
value: "x - The number to subtract.",
},
},
),
@ -197,7 +195,7 @@
),
ctxt: #0,
},
value: Atom('Adder class.' type=dynamic),
value: "Adder class.",
},
tags: [],
},
@ -221,7 +219,7 @@
),
ctxt: #0,
},
value: Atom('Construct an Adder instance.' type=dynamic),
value: "Construct an Adder instance.",
},
tags: [],
},
@ -245,8 +243,7 @@
),
ctxt: #0,
},
value: Atom('Add a number.
*' type=dynamic),
value: "Add a number.\n *",
},
tags: [
TagItem {
@ -269,7 +266,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -294,7 +291,7 @@
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
value: "{number}",
},
),
desc: Text {
@ -307,7 +304,7 @@
),
ctxt: #0,
},
value: Atom('x - The number to add.' type=dynamic),
value: "x - The number to add.",
},
},
),

View File

@ -19,9 +19,7 @@
),
ctxt: #0,
},
value: Atom('Asynchronous function.
*
*' type=dynamic),
value: "Asynchronous function.\n *\n *",
},
tags: [
TagItem {
@ -44,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('function' type=static),
value: "function",
},
tag: Function(
FunctionTag {
@ -68,7 +66,7 @@
),
ctxt: #0,
},
value: Atom('foo' type=inline),
value: "foo",
},
),
},
@ -94,7 +92,7 @@
),
ctxt: #0,
},
value: Atom('async' type=static),
value: "async",
},
tag: Async(
AsyncTag {

View File

@ -19,8 +19,7 @@
),
ctxt: #0,
},
value: Atom('Parent interface.
*' type=dynamic),
value: "Parent interface.\n *",
},
tags: [
TagItem {
@ -43,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('interface' type=static),
value: "interface",
},
tag: Interface(
InterfaceTag {
@ -82,7 +81,7 @@
),
ctxt: #0,
},
value: Atom('Open the connection.' type=dynamic),
value: "Open the connection.",
},
tags: [],
},
@ -106,8 +105,7 @@
),
ctxt: #0,
},
value: Atom('Child class.
*' type=dynamic),
value: "Child class.\n *",
},
tags: [
TagItem {
@ -130,7 +128,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -154,7 +152,7 @@
),
ctxt: #0,
},
value: Atom('* @implements {Connection}' type=dynamic),
value: "* @implements {Connection}",
},
),
name: None,
@ -183,7 +181,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -206,7 +204,7 @@
),
ctxt: #0,
},
value: Atom('inheritdoc' type=dynamic),
value: "inheritdoc",
},
tag: InheritDoc(
InheritDocTag {
@ -244,8 +242,7 @@
),
ctxt: #0,
},
value: Atom('Extension of child class.
*' type=dynamic),
value: "Extension of child class.\n *",
},
tags: [
TagItem {
@ -268,7 +265,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -292,7 +289,7 @@
),
ctxt: #0,
},
value: Atom('* @extends {Socket}' type=dynamic),
value: "* @extends {Socket}",
},
),
name: None,

View File

@ -19,8 +19,7 @@
),
ctxt: #0,
},
value: Atom('Parent interface.
*' type=dynamic),
value: "Parent interface.\n *",
},
tags: [
TagItem {
@ -43,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('interface' type=static),
value: "interface",
},
tag: Interface(
InterfaceTag {
@ -82,7 +81,7 @@
),
ctxt: #0,
},
value: Atom('Open the connection.' type=dynamic),
value: "Open the connection.",
},
tags: [],
},
@ -106,8 +105,7 @@
),
ctxt: #0,
},
value: Atom('Child interface.
*' type=dynamic),
value: "Child interface.\n *",
},
tags: [
TagItem {
@ -130,7 +128,7 @@
),
ctxt: #0,
},
value: Atom('interface' type=static),
value: "interface",
},
tag: Interface(
InterfaceTag {
@ -154,7 +152,7 @@
),
ctxt: #0,
},
value: Atom('* @extends {Connection}' type=dynamic),
value: "* @extends {Connection}",
},
),
},
@ -182,8 +180,7 @@
),
ctxt: #0,
},
value: Atom('Implementation of child interface.
*' type=dynamic),
value: "Implementation of child interface.\n *",
},
tags: [
TagItem {
@ -206,7 +203,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -230,7 +227,7 @@
),
ctxt: #0,
},
value: Atom('* @implements {Socket}' type=dynamic),
value: "* @implements {Socket}",
},
),
name: None,
@ -259,7 +256,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -282,7 +279,7 @@
),
ctxt: #0,
},
value: Atom('inheritdoc' type=dynamic),
value: "inheritdoc",
},
tag: InheritDoc(
InheritDocTag {

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -82,7 +82,7 @@
),
ctxt: #0,
},
value: Atom('First property' type=dynamic),
value: "First property",
},
tags: [],
},
@ -106,8 +106,7 @@
),
ctxt: #0,
},
value: Atom('Second property
*' type=dynamic),
value: "Second property\n *",
},
tags: [
TagItem {
@ -130,7 +129,7 @@
),
ctxt: #0,
},
value: Atom('type' type=static),
value: "type",
},
tag: Type(
TypeTag {
@ -153,7 +152,7 @@
),
ctxt: #0,
},
value: Atom('{String}' type=dynamic),
value: "{String}",
},
},
),
@ -180,7 +179,7 @@
),
ctxt: #0,
},
value: Atom('First parent method.' type=dynamic),
value: "First parent method.",
},
tags: [],
},
@ -204,7 +203,7 @@
),
ctxt: #0,
},
value: Atom('Second parent method.' type=dynamic),
value: "Second parent method.",
},
tags: [],
},
@ -228,7 +227,7 @@
),
ctxt: #0,
},
value: Atom('Third parent method.' type=dynamic),
value: "Third parent method.",
},
tags: [],
},
@ -252,7 +251,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -275,7 +274,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -299,7 +298,7 @@
),
ctxt: #0,
},
value: Atom('* @extends Foo' type=dynamic),
value: "* @extends Foo",
},
),
name: None,
@ -328,7 +327,7 @@
),
ctxt: #0,
},
value: Atom('Third prop *' type=dynamic),
value: "Third prop *",
},
tags: [],
},
@ -352,7 +351,7 @@
),
ctxt: #0,
},
value: Atom('Second child method.' type=dynamic),
value: "Second child method.",
},
tags: [],
},
@ -376,7 +375,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -399,7 +398,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -423,7 +422,7 @@
),
ctxt: #0,
},
value: Atom('* @extends {Bar}' type=dynamic),
value: "* @extends {Bar}",
},
),
name: None,
@ -452,7 +451,7 @@
),
ctxt: #0,
},
value: Atom('Override prop1' type=dynamic),
value: "Override prop1",
},
tags: [],
},
@ -476,7 +475,7 @@
),
ctxt: #0,
},
value: Atom('Third grandchild method.' type=dynamic),
value: "Third grandchild method.",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -66,7 +66,7 @@
),
ctxt: #0,
},
value: Atom('* @extends UndocumentedThing' type=dynamic),
value: "* @extends UndocumentedThing",
},
),
name: None,

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -82,7 +82,7 @@
),
ctxt: #0,
},
value: Atom('A method.' type=dynamic),
value: "A method.",
},
tags: [],
},
@ -106,7 +106,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -129,7 +129,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -169,7 +169,7 @@
),
ctxt: #0,
},
value: Atom('Another method.' type=dynamic),
value: "Another method.",
},
tags: [],
},
@ -193,7 +193,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -216,7 +216,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -240,7 +240,7 @@
),
ctxt: #0,
},
value: Atom('* @augments Foo' type=dynamic),
value: "* @augments Foo",
},
),
name: None,
@ -267,7 +267,7 @@
),
ctxt: #0,
},
value: Atom('augments' type=dynamic),
value: "augments",
},
tag: Augments(
AugmentsTag {
@ -301,7 +301,7 @@
),
ctxt: #0,
},
value: Atom('Bar' type=inline),
value: "Bar",
},
],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -66,7 +66,7 @@
),
ctxt: #0,
},
value: Atom('* @classdesc Base class' type=dynamic),
value: "* @classdesc Base class",
},
),
name: None,
@ -95,7 +95,7 @@
),
ctxt: #0,
},
value: Atom('member' type=inline),
value: "member",
},
tags: [],
},
@ -119,7 +119,7 @@
),
ctxt: #0,
},
value: Atom('another member' type=dynamic),
value: "another member",
},
tags: [],
},
@ -143,8 +143,7 @@
),
ctxt: #0,
},
value: Atom('explicitly named member
*' type=dynamic),
value: "explicitly named member\n *",
},
tags: [
TagItem {
@ -167,7 +166,7 @@
),
ctxt: #0,
},
value: Atom('function' type=static),
value: "function",
},
tag: Function(
FunctionTag {
@ -191,7 +190,7 @@
),
ctxt: #0,
},
value: Atom('Base#test3' type=dynamic),
value: "Base#test3",
},
),
},
@ -219,7 +218,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -242,7 +241,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -266,7 +265,7 @@
),
ctxt: #0,
},
value: Atom('* @extends Base' type=dynamic),
value: "* @extends Base",
},
),
name: Some(
@ -280,7 +279,7 @@
),
ctxt: #0,
},
value: Atom('* @classdesc Extension of Base' type=dynamic),
value: "* @classdesc Extension of Base",
},
),
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -82,7 +82,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -105,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('lends' type=inline),
value: "lends",
},
tag: Lends(
LendsTag {
@ -139,7 +139,7 @@
),
ctxt: #0,
},
value: Atom('Base' type=inline),
value: "Base",
},
],
},
@ -168,7 +168,7 @@
),
ctxt: #0,
},
value: Atom('Description for {' type=dynamic),
value: "Description for {",
},
tags: [
TagItem {
@ -191,7 +191,7 @@
),
ctxt: #0,
},
value: Atom('link' type=static),
value: "link",
},
tag: Unknown(
UnknownTag {
@ -214,7 +214,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -241,7 +241,7 @@
),
ctxt: #0,
},
value: Atom('Description for {' type=dynamic),
value: "Description for {",
},
tags: [
TagItem {
@ -264,7 +264,7 @@
),
ctxt: #0,
},
value: Atom('link' type=static),
value: "link",
},
tag: Unknown(
UnknownTag {
@ -287,7 +287,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -314,7 +314,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -337,7 +337,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -377,7 +377,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -400,7 +400,7 @@
),
ctxt: #0,
},
value: Atom('lends' type=inline),
value: "lends",
},
tag: Lends(
LendsTag {
@ -434,7 +434,7 @@
),
ctxt: #0,
},
value: Atom('Base' type=inline),
value: "Base",
},
],
},
@ -463,7 +463,7 @@
),
ctxt: #0,
},
value: Atom('Description for {' type=dynamic),
value: "Description for {",
},
tags: [
TagItem {
@ -486,7 +486,7 @@
),
ctxt: #0,
},
value: Atom('link' type=static),
value: "link",
},
tag: Unknown(
UnknownTag {
@ -509,7 +509,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -536,7 +536,7 @@
),
ctxt: #0,
},
value: Atom('Description for {' type=dynamic),
value: "Description for {",
},
tags: [
TagItem {
@ -559,7 +559,7 @@
),
ctxt: #0,
},
value: Atom('link' type=static),
value: "link",
},
tag: Unknown(
UnknownTag {
@ -582,7 +582,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -609,7 +609,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -632,7 +632,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -656,7 +656,7 @@
),
ctxt: #0,
},
value: Atom('* @augments Base0' type=dynamic),
value: "* @augments Base0",
},
),
name: Some(
@ -670,7 +670,7 @@
),
ctxt: #0,
},
value: Atom('* @augments Base1' type=dynamic),
value: "* @augments Base1",
},
),
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('interface' type=static),
value: "interface",
},
tag: Interface(
InterfaceTag {
@ -81,7 +81,7 @@
),
ctxt: #0,
},
value: Atom('Open the connection.' type=dynamic),
value: "Open the connection.",
},
tags: [],
},
@ -105,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -128,7 +128,7 @@
),
ctxt: #0,
},
value: Atom('interface' type=static),
value: "interface",
},
tag: Interface(
InterfaceTag {
@ -152,7 +152,7 @@
),
ctxt: #0,
},
value: Atom('* @extends {IConnection}' type=dynamic),
value: "* @extends {IConnection}",
},
),
},
@ -180,7 +180,7 @@
),
ctxt: #0,
},
value: Atom('Close the connection.' type=dynamic),
value: "Close the connection.",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -66,7 +66,7 @@
),
ctxt: #0,
},
value: Atom('@author Michael Mathews <micmath@gmail.com>' type=dynamic),
value: "@author Michael Mathews <micmath@gmail.com>",
},
),
name: None,
@ -95,7 +95,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -118,7 +118,7 @@
),
ctxt: #0,
},
value: Atom('author' type=inline),
value: "author",
},
tag: Author(
AuthorTag {
@ -141,7 +141,7 @@
),
ctxt: #0,
},
value: Atom('John Doe <john.doe@gmail.com>' type=dynamic),
value: "John Doe <john.doe@gmail.com>",
},
},
),
@ -166,7 +166,7 @@
),
ctxt: #0,
},
value: Atom('author' type=inline),
value: "author",
},
tag: Author(
AuthorTag {
@ -189,7 +189,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('namespace' type=static),
value: "namespace",
},
tag: Namespace(
NamespaceTag {
@ -67,7 +67,7 @@
),
ctxt: #0,
},
value: Atom('borrows trstr as trim' type=dynamic),
value: "borrows trstr as trim",
},
),
},
@ -95,7 +95,7 @@
),
ctxt: #0,
},
value: Atom('Remove whitespace from around a string.' type=dynamic),
value: "Remove whitespace from around a string.",
},
tags: [
TagItem {
@ -118,7 +118,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -143,7 +143,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -156,7 +156,7 @@
),
ctxt: #0,
},
value: Atom('str' type=inline),
value: "str",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('namespace' type=static),
value: "namespace",
},
tag: Namespace(
NamespaceTag {
@ -67,7 +67,7 @@
),
ctxt: #0,
},
value: Atom('borrows rtrim' type=dynamic),
value: "borrows rtrim",
},
),
},
@ -95,7 +95,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -118,7 +118,7 @@
),
ctxt: #0,
},
value: Atom('namespace' type=static),
value: "namespace",
},
tag: Namespace(
NamespaceTag {
@ -143,7 +143,7 @@
),
ctxt: #0,
},
value: Atom('borrows rtrim' type=dynamic),
value: "borrows rtrim",
},
),
},
@ -171,7 +171,7 @@
),
ctxt: #0,
},
value: Atom('Remove whitespace from the right side of a string.' type=dynamic),
value: "Remove whitespace from the right side of a string.",
},
tags: [
TagItem {
@ -194,7 +194,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -219,7 +219,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -232,7 +232,7 @@
),
ctxt: #0,
},
value: Atom('str' type=inline),
value: "str",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -67,7 +67,7 @@
),
ctxt: #0,
},
value: Atom('{requestResponseCallback}' type=dynamic),
value: "{requestResponseCallback}",
},
),
desc: Text {
@ -80,7 +80,7 @@
),
ctxt: #0,
},
value: Atom('cb' type=inline),
value: "cb",
},
},
),
@ -107,7 +107,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -130,7 +130,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -155,7 +155,7 @@
),
ctxt: #0,
},
value: Atom('{wrongTypeCallback}' type=dynamic),
value: "{wrongTypeCallback}",
},
),
desc: Text {
@ -168,7 +168,7 @@
),
ctxt: #0,
},
value: Atom('cb' type=inline),
value: "cb",
},
},
),

View File

@ -19,8 +19,7 @@
),
ctxt: #0,
},
value: Atom('Asdf.
*' type=dynamic),
value: "Asdf.\n *",
},
tags: [
TagItem {
@ -43,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -67,7 +66,7 @@
),
ctxt: #0,
},
value: Atom('* @classdesc A description of the class.' type=dynamic),
value: "* @classdesc A description of the class.",
},
),
name: None,
@ -96,7 +95,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -119,7 +118,7 @@
),
ctxt: #0,
},
value: Atom('classdesc' type=dynamic),
value: "classdesc",
},
tag: ClassDesc(
JSDocClassDescTag {
@ -142,7 +141,7 @@
),
ctxt: #0,
},
value: Atom('A description of the class.' type=dynamic),
value: "A description of the class.",
},
},
),
@ -167,7 +166,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -191,7 +190,7 @@
),
ctxt: #0,
},
value: Atom('Bar' type=inline),
value: "Bar",
},
),
name: Some(
@ -205,7 +204,7 @@
),
ctxt: #0,
},
value: Atom('* @constructor' type=dynamic),
value: "* @constructor",
},
),
},
@ -233,8 +232,7 @@
),
ctxt: #0,
},
value: Atom('The Baz class.
*' type=dynamic),
value: "The Baz class.\n *",
},
tags: [
TagItem {
@ -257,7 +255,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -281,7 +279,7 @@
),
ctxt: #0,
},
value: Atom('* Description of the Baz class.' type=dynamic),
value: "* Description of the Baz class.",
},
),
name: None,

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('Sample class.' type=dynamic),
value: "Sample class.",
},
tags: [],
},
@ -43,7 +43,7 @@
),
ctxt: #0,
},
value: Atom('Public property.' type=dynamic),
value: "Public property.",
},
tags: [],
},
@ -67,7 +67,7 @@
),
ctxt: #0,
},
value: Atom('Private property.' type=dynamic),
value: "Private property.",
},
tags: [],
},
@ -91,7 +91,7 @@
),
ctxt: #0,
},
value: Atom('Property with no value assigned to it.' type=dynamic),
value: "Property with no value assigned to it.",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('Describe the Ticker class here.' type=dynamic),
value: "Describe the Ticker class here.",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('Describe the Subscription class here.' type=dynamic),
value: "Describe the Subscription class here.",
},
tags: [],
},
@ -43,9 +43,7 @@
),
ctxt: #0,
},
value: Atom('Describe the constructor here.
*
*' type=dynamic),
value: "Describe the constructor here.\n *\n *",
},
tags: [
TagItem {
@ -68,7 +66,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -93,7 +91,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -106,7 +104,7 @@
),
ctxt: #0,
},
value: Atom('name - The name of the subscription.' type=dynamic),
value: "name - The name of the subscription.",
},
},
),
@ -131,7 +129,7 @@
),
ctxt: #0,
},
value: Atom('example' type=inline),
value: "example",
},
tag: Example(
ExampleTag {
@ -154,8 +152,7 @@
),
ctxt: #0,
},
value: Atom('* var subscription = new Subscription();
' type=dynamic),
value: "* var subscription = new Subscription();\n ",
},
},
),
@ -182,7 +179,7 @@
),
ctxt: #0,
},
value: Atom('Force the subscription to expire.' type=dynamic),
value: "Force the subscription to expire.",
},
tags: [],
},
@ -206,7 +203,7 @@
),
ctxt: #0,
},
value: Atom('Describe the Subscriber class here.' type=dynamic),
value: "Describe the Subscriber class here.",
},
tags: [],
},
@ -230,9 +227,7 @@
),
ctxt: #0,
},
value: Atom('Describe the constructor here.
*
*' type=dynamic),
value: "Describe the constructor here.\n *\n *",
},
tags: [
TagItem {
@ -255,7 +250,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -280,7 +275,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -293,7 +288,7 @@
),
ctxt: #0,
},
value: Atom('name - The name of the subscriber.' type=dynamic),
value: "name - The name of the subscriber.",
},
},
),
@ -320,7 +315,7 @@
),
ctxt: #0,
},
value: Atom('Check whether the subscriber has a callback.' type=dynamic),
value: "Check whether the subscriber has a callback.",
},
tags: [],
},
@ -344,8 +339,7 @@
),
ctxt: #0,
},
value: Atom('Subclass namespace.
*' type=dynamic),
value: "Subclass namespace.\n *",
},
tags: [
TagItem {
@ -368,7 +362,7 @@
),
ctxt: #0,
},
value: Atom('namespace' type=static),
value: "namespace",
},
tag: Namespace(
NamespaceTag {
@ -408,8 +402,7 @@
),
ctxt: #0,
},
value: Atom('Expiring subscription subclass.
*' type=dynamic),
value: "Expiring subscription subclass.\n *",
},
tags: [
TagItem {
@ -432,7 +425,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -472,9 +465,7 @@
),
ctxt: #0,
},
value: Atom('Describe the constructor here.
*
*' type=dynamic),
value: "Describe the constructor here.\n *\n *",
},
tags: [
TagItem {
@ -497,7 +488,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -522,7 +513,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -535,7 +526,7 @@
),
ctxt: #0,
},
value: Atom('name - The name of the subscription.' type=dynamic),
value: "name - The name of the subscription.",
},
},
),
@ -562,7 +553,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -585,7 +576,7 @@
),
ctxt: #0,
},
value: Atom('memberof' type=dynamic),
value: "memberof",
},
tag: MemberOf(
MemberOfTag {
@ -619,7 +610,7 @@
),
ctxt: #0,
},
value: Atom('subclasses' type=dynamic),
value: "subclasses",
},
],
},
@ -648,7 +639,7 @@
),
ctxt: #0,
},
value: Atom('Instance method.' type=dynamic),
value: "Instance method.",
},
tags: [],
},

View File

@ -19,8 +19,7 @@
),
ctxt: #0,
},
value: Atom('Create an instance of MyClass.
*' type=dynamic),
value: "Create an instance of MyClass.\n *",
},
tags: [
TagItem {
@ -43,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('constructs' type=dynamic),
value: "constructs",
},
tag: Constructs(
ConstructsTag {
@ -66,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('constant' type=static),
value: "constant",
},
tag: Const(
ConstTag {
@ -82,7 +82,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -105,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('const' type=static),
value: "const",
},
tag: Const(
ConstTag {
@ -145,7 +145,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -168,7 +168,7 @@
),
ctxt: #0,
},
value: Atom('const' type=static),
value: "const",
},
tag: Const(
ConstTag {
@ -208,7 +208,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -231,7 +231,7 @@
),
ctxt: #0,
},
value: Atom('const' type=static),
value: "const",
},
tag: Const(
ConstTag {
@ -271,7 +271,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -294,7 +294,7 @@
),
ctxt: #0,
},
value: Atom('const' type=static),
value: "const",
},
tag: Const(
ConstTag {
@ -334,7 +334,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -357,7 +357,7 @@
),
ctxt: #0,
},
value: Atom('const' type=static),
value: "const",
},
tag: Const(
ConstTag {
@ -397,7 +397,7 @@
),
ctxt: #0,
},
value: Atom('auto-detected const' type=dynamic),
value: "auto-detected const",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('ES 2015 class assigned to a const' type=dynamic),
value: "ES 2015 class assigned to a const",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('Describe your constructor function here.' type=dynamic),
value: "Describe your constructor function here.",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -66,7 +66,7 @@
),
ctxt: #0,
},
value: Atom('Describe your class here.' type=dynamic),
value: "Describe your class here.",
},
),
name: Some(
@ -80,7 +80,7 @@
),
ctxt: #0,
},
value: Atom('@constructor' type=dynamic),
value: "@constructor",
},
),
},
@ -106,7 +106,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -131,7 +131,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -144,7 +144,7 @@
),
ctxt: #0,
},
value: Atom('url' type=static),
value: "url",
},
},
),
@ -169,7 +169,7 @@
),
ctxt: #0,
},
value: Atom('throws' type=inline),
value: "throws",
},
tag: Throw(
ThrowTag {
@ -192,7 +192,7 @@
),
ctxt: #0,
},
value: Atom('MalformedURL' type=dynamic),
value: "MalformedURL",
},
},
),
@ -219,7 +219,7 @@
),
ctxt: #0,
},
value: Atom('Document your method here.' type=dynamic),
value: "Document your method here.",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('Document your constructor function here.' type=dynamic),
value: "Document your constructor function here.",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('constructs' type=dynamic),
value: "constructs",
},
tag: Constructs(
ConstructsTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('TextBlock' type=dynamic),
value: "TextBlock",
},
},
),
@ -90,7 +90,7 @@
),
ctxt: #0,
},
value: Atom('classdesc' type=dynamic),
value: "classdesc",
},
tag: ClassDesc(
JSDocClassDescTag {
@ -113,7 +113,7 @@
),
ctxt: #0,
},
value: Atom('Describe your class here' type=dynamic),
value: "Describe your class here",
},
},
),
@ -138,7 +138,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -163,7 +163,7 @@
),
ctxt: #0,
},
value: Atom('{object}' type=dynamic),
value: "{object}",
},
),
desc: Text {
@ -176,7 +176,7 @@
),
ctxt: #0,
},
value: Atom('opts' type=inline),
value: "opts",
},
},
),
@ -201,7 +201,7 @@
),
ctxt: #0,
},
value: Atom('throws' type=inline),
value: "throws",
},
tag: Throw(
ThrowTag {
@ -224,7 +224,7 @@
),
ctxt: #0,
},
value: Atom('MissingNode' type=dynamic),
value: "MissingNode",
},
},
),
@ -251,7 +251,7 @@
),
ctxt: #0,
},
value: Atom('Document your method here.' type=dynamic),
value: "Document your method here.",
},
tags: [
TagItem {
@ -274,7 +274,7 @@
),
ctxt: #0,
},
value: Atom('memberof' type=dynamic),
value: "memberof",
},
tag: MemberOf(
MemberOfTag {
@ -308,7 +308,7 @@
),
ctxt: #0,
},
value: Atom('TextBlock' type=dynamic),
value: "TextBlock",
},
],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('constructs' type=dynamic),
value: "constructs",
},
tag: Constructs(
ConstructsTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('Menu' type=inline),
value: "Menu",
},
},
),
@ -90,7 +90,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -115,7 +115,7 @@
),
ctxt: #0,
},
value: Atom('items' type=inline),
value: "items",
},
),
desc: Text {
@ -128,7 +128,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -155,7 +155,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -178,7 +178,7 @@
),
ctxt: #0,
},
value: Atom('memberof' type=dynamic),
value: "memberof",
},
tag: MemberOf(
MemberOfTag {
@ -212,7 +212,7 @@
),
ctxt: #0,
},
value: Atom('Menu' type=inline),
value: "Menu",
},
],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('A class that represents a person.' type=dynamic),
value: "A class that represents a person.",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -82,7 +82,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -105,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('constructs' type=dynamic),
value: "constructs",
},
tag: Constructs(
ConstructsTag {
@ -128,7 +128,7 @@
),
ctxt: #0,
},
value: Atom('Person' type=inline),
value: "Person",
},
},
),
@ -153,7 +153,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -178,7 +178,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -191,7 +191,7 @@
),
ctxt: #0,
},
value: Atom('name' type=static),
value: "name",
},
},
),
@ -218,7 +218,7 @@
),
ctxt: #0,
},
value: Atom('The name of the person.' type=dynamic),
value: "The name of the person.",
},
tags: [],
},
@ -242,7 +242,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -265,7 +265,7 @@
),
ctxt: #0,
},
value: Atom('memberof' type=dynamic),
value: "memberof",
},
tag: MemberOf(
MemberOfTag {
@ -299,7 +299,7 @@
),
ctxt: #0,
},
value: Atom('Person' type=inline),
value: "Person",
},
],
},
@ -326,7 +326,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -351,7 +351,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -364,7 +364,7 @@
),
ctxt: #0,
},
value: Atom('message' type=inline),
value: "message",
},
},
),
@ -391,7 +391,7 @@
),
ctxt: #0,
},
value: Atom('The person's message.' type=dynamic),
value: "The person's message.",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('lends' type=inline),
value: "lends",
},
tag: Lends(
LendsTag {
@ -76,7 +76,7 @@
),
ctxt: #0,
},
value: Atom('Person' type=inline),
value: "Person",
},
],
},
@ -105,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('Describe the constructor.' type=dynamic),
value: "Describe the constructor.",
},
tags: [
TagItem {
@ -128,7 +128,7 @@
),
ctxt: #0,
},
value: Atom('classdesc' type=dynamic),
value: "classdesc",
},
tag: ClassDesc(
JSDocClassDescTag {
@ -151,7 +151,7 @@
),
ctxt: #0,
},
value: Atom('A class that represents a person.' type=dynamic),
value: "A class that represents a person.",
},
},
),
@ -176,7 +176,7 @@
),
ctxt: #0,
},
value: Atom('constructs' type=dynamic),
value: "constructs",
},
tag: Constructs(
ConstructsTag {
@ -199,7 +199,7 @@
),
ctxt: #0,
},
value: Atom('@param {string} name' type=dynamic),
value: "@param {string} name",
},
},
),
@ -226,7 +226,7 @@
),
ctxt: #0,
},
value: Atom('The name of the person.' type=dynamic),
value: "The name of the person.",
},
tags: [],
},
@ -250,7 +250,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -273,7 +273,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -298,7 +298,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -311,7 +311,7 @@
),
ctxt: #0,
},
value: Atom('message' type=inline),
value: "message",
},
},
),
@ -338,7 +338,7 @@
),
ctxt: #0,
},
value: Atom('The person's message.' type=dynamic),
value: "The person's message.",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('lends' type=inline),
value: "lends",
},
tag: Lends(
LendsTag {
@ -76,7 +76,7 @@
),
ctxt: #0,
},
value: Atom('Duck' type=inline),
value: "Duck",
},
],
},
@ -105,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('Constructs a duck.' type=dynamic),
value: "Constructs a duck.",
},
tags: [
TagItem {
@ -128,7 +128,7 @@
),
ctxt: #0,
},
value: Atom('constructs' type=dynamic),
value: "constructs",
},
tag: Constructs(
ConstructsTag {
@ -151,7 +151,7 @@
),
ctxt: #0,
},
value: Atom('@param tog' type=dynamic),
value: "@param tog",
},
},
),
@ -178,7 +178,7 @@
),
ctxt: #0,
},
value: Atom('Say hello.' type=dynamic),
value: "Say hello.",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -66,7 +66,7 @@
),
ctxt: #0,
},
value: Atom('@copyright (c) 2011 Michael Mathews' type=dynamic),
value: "@copyright (c) 2011 Michael Mathews",
},
),
name: None,

View File

@ -19,9 +19,7 @@
),
ctxt: #0,
},
value: Atom('Set the user's first name.
*
*' type=dynamic),
value: "Set the user's first name.\n *\n *",
},
tags: [
TagItem {
@ -44,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -69,7 +67,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -82,7 +80,7 @@
),
ctxt: #0,
},
value: Atom('firstName - The user's first name.' type=dynamic),
value: "firstName - The user's first name.",
},
},
),
@ -109,9 +107,7 @@
),
ctxt: #0,
},
value: Atom('Set the user's last name.
*
*' type=dynamic),
value: "Set the user's last name.\n *\n *",
},
tags: [
TagItem {
@ -134,7 +130,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -159,7 +155,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -172,7 +168,7 @@
),
ctxt: #0,
},
value: Atom('[lastName=Braun] - The user's last name.' type=dynamic),
value: "[lastName=Braun] - The user's last name.",
},
},
),
@ -199,9 +195,7 @@
),
ctxt: #0,
},
value: Atom('Set the user's first, middle, and last names.
*
*' type=dynamic),
value: "Set the user's first, middle, and last names.\n *\n *",
},
tags: [
TagItem {
@ -224,7 +218,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -249,7 +243,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -262,7 +256,7 @@
),
ctxt: #0,
},
value: Atom('firstName - The user's first name.' type=dynamic),
value: "firstName - The user's first name.",
},
},
),
@ -287,7 +281,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -312,7 +306,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -325,7 +319,7 @@
),
ctxt: #0,
},
value: Atom('middleName - The user's middle name.' type=dynamic),
value: "middleName - The user's middle name.",
},
},
),
@ -350,7 +344,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -375,7 +369,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -388,7 +382,7 @@
),
ctxt: #0,
},
value: Atom('lastName - The user's last name.' type=dynamic),
value: "lastName - The user's last name.",
},
},
),
@ -415,9 +409,7 @@
),
ctxt: #0,
},
value: Atom('Set the user's manager.
*
*' type=dynamic),
value: "Set the user's manager.\n *\n *",
},
tags: [
TagItem {
@ -440,7 +432,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -465,7 +457,7 @@
),
ctxt: #0,
},
value: Atom('{Manager}' type=dynamic),
value: "{Manager}",
},
),
desc: Text {
@ -478,7 +470,7 @@
),
ctxt: #0,
},
value: Atom('manager - The manager.' type=dynamic),
value: "manager - The manager.",
},
},
),
@ -505,9 +497,7 @@
),
ctxt: #0,
},
value: Atom('Set whether the user is currently active.
*
*' type=dynamic),
value: "Set whether the user is currently active.\n *\n *",
},
tags: [
TagItem {
@ -530,7 +520,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -555,7 +545,7 @@
),
ctxt: #0,
},
value: Atom('{boolean}' type=dynamic),
value: "{boolean}",
},
),
desc: Text {
@ -568,7 +558,7 @@
),
ctxt: #0,
},
value: Atom('isActive - Set to `true` if active; otherwise, `false`.' type=dynamic),
value: "isActive - Set to `true` if active; otherwise, `false`.",
},
},
),
@ -595,8 +585,7 @@
),
ctxt: #0,
},
value: Atom('Set the year in which the employee was born.
*' type=dynamic),
value: "Set the year in which the employee was born.\n *",
},
tags: [
TagItem {
@ -619,7 +608,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -644,7 +633,7 @@
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
value: "{number}",
},
),
desc: Text {
@ -657,7 +646,7 @@
),
ctxt: #0,
},
value: Atom('year - The four-digit birth year.' type=dynamic),
value: "year - The four-digit birth year.",
},
},
),
@ -684,9 +673,7 @@
),
ctxt: #0,
},
value: Atom('Set the name of the user's dog. At this time, only one dog is supported.
*
*' type=dynamic),
value: "Set the name of the user's dog. At this time, only one dog is supported.\n *\n *",
},
tags: [
TagItem {
@ -709,7 +696,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -734,7 +721,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -747,7 +734,7 @@
),
ctxt: #0,
},
value: Atom('dogName - The name of the user's dog.' type=dynamic),
value: "dogName - The name of the user's dog.",
},
},
),
@ -774,9 +761,7 @@
),
ctxt: #0,
},
value: Atom('Set the user's favorite pizza toppings.
*
*' type=dynamic),
value: "Set the user's favorite pizza toppings.\n *\n *",
},
tags: [
TagItem {
@ -799,7 +784,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -824,7 +809,7 @@
),
ctxt: #0,
},
value: Atom('{PizzaToppings}' type=dynamic),
value: "{PizzaToppings}",
},
),
desc: Text {
@ -837,7 +822,7 @@
),
ctxt: #0,
},
value: Atom('toppings - The user's favorite toppings.' type=dynamic),
value: "toppings - The user's favorite toppings.",
},
},
),
@ -864,9 +849,7 @@
),
ctxt: #0,
},
value: Atom('Set whether the user is a ninja.
*
*' type=dynamic),
value: "Set whether the user is a ninja.\n *\n *",
},
tags: [
TagItem {
@ -889,7 +872,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -914,7 +897,7 @@
),
ctxt: #0,
},
value: Atom('{boolean}' type=dynamic),
value: "{boolean}",
},
),
desc: Text {
@ -927,7 +910,7 @@
),
ctxt: #0,
},
value: Atom('isNinja - Set to `true` if the user is a ninja; otherwise, `false`.' type=dynamic),
value: "isNinja - Set to `true` if the user is a ninja; otherwise, `false`.",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('Class representing pizza toppings.' type=dynamic),
value: "Class representing pizza toppings.",
},
tags: [],
},
@ -43,8 +43,7 @@
),
ctxt: #0,
},
value: Atom('Set whether sardines are included in the pizza toppings.
*' type=dynamic),
value: "Set whether sardines are included in the pizza toppings.\n *",
},
tags: [
TagItem {
@ -67,7 +66,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -92,7 +91,7 @@
),
ctxt: #0,
},
value: Atom('{boolean}' type=dynamic),
value: "{boolean}",
},
),
desc: Text {
@ -105,7 +104,7 @@
),
ctxt: #0,
},
value: Atom('[bool] `true` to include sardines, `false` to omit them.' type=dynamic),
value: "[bool] `true` to include sardines, `false` to omit them.",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('default' type=static),
value: "default",
},
tag: Default(
DefaultTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -92,7 +92,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -115,7 +115,7 @@
),
ctxt: #0,
},
value: Atom('default' type=static),
value: "default",
},
tag: Default(
DefaultTag {
@ -138,7 +138,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -165,7 +165,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -188,7 +188,7 @@
),
ctxt: #0,
},
value: Atom('default' type=static),
value: "default",
},
tag: Default(
DefaultTag {
@ -211,7 +211,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -238,7 +238,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -261,7 +261,7 @@
),
ctxt: #0,
},
value: Atom('default' type=static),
value: "default",
},
tag: Default(
DefaultTag {
@ -284,7 +284,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -311,7 +311,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -334,7 +334,7 @@
),
ctxt: #0,
},
value: Atom('default' type=static),
value: "default",
},
tag: Default(
DefaultTag {
@ -357,7 +357,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -384,7 +384,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -407,7 +407,7 @@
),
ctxt: #0,
},
value: Atom('default' type=static),
value: "default",
},
tag: Default(
DefaultTag {
@ -430,7 +430,7 @@
),
ctxt: #0,
},
value: Atom('the parent window' type=dynamic),
value: "the parent window",
},
},
),
@ -457,7 +457,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -480,7 +480,7 @@
),
ctxt: #0,
},
value: Atom('default' type=static),
value: "default",
},
tag: Default(
DefaultTag {
@ -503,7 +503,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -530,7 +530,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -553,7 +553,7 @@
),
ctxt: #0,
},
value: Atom('default' type=static),
value: "default",
},
tag: Default(
DefaultTag {
@ -576,7 +576,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -603,7 +603,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -626,7 +626,7 @@
),
ctxt: #0,
},
value: Atom('default' type=static),
value: "default",
},
tag: Default(
DefaultTag {
@ -649,7 +649,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -676,7 +676,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -699,7 +699,7 @@
),
ctxt: #0,
},
value: Atom('default' type=static),
value: "default",
},
tag: Default(
DefaultTag {
@ -722,7 +722,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -749,7 +749,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -772,7 +772,7 @@
),
ctxt: #0,
},
value: Atom('default' type=static),
value: "default",
},
tag: Default(
DefaultTag {
@ -795,7 +795,7 @@
),
ctxt: #0,
},
value: Atom('* @type {string}' type=dynamic),
value: "* @type {string}",
},
},
),

View File

@ -19,9 +19,7 @@
),
ctxt: #0,
},
value: Atom('Controls whether debugging is enabled.
*
*' type=dynamic),
value: "Controls whether debugging is enabled.\n *\n *",
},
tags: [
TagItem {
@ -44,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('define' type=inline),
value: "define",
},
tag: Unknown(
UnknownTag {
@ -67,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('{boolean} `true` if enabled, `false` otherwise' type=dynamic),
value: "{boolean} `true` if enabled, `false` otherwise",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('deprecated' type=dynamic),
value: "deprecated",
},
tag: Deprecated(
DeprecatedTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -92,7 +92,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -115,7 +115,7 @@
),
ctxt: #0,
},
value: Atom('deprecated' type=dynamic),
value: "deprecated",
},
tag: Deprecated(
DeprecatedTag {
@ -138,7 +138,7 @@
),
ctxt: #0,
},
value: Atom('since version 2.0' type=dynamic),
value: "since version 2.0",
},
},
),

View File

@ -19,8 +19,7 @@
),
ctxt: #0,
},
value: Atom('Blah Blah Blah
*' type=dynamic),
value: "Blah Blah Blah\n *",
},
tags: [
TagItem {
@ -43,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('desc' type=static),
value: "desc",
},
tag: Description(
DescriptionTag {
@ -66,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('halb halb halb' type=dynamic),
value: "halb halb halb",
},
},
),
@ -93,7 +92,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -116,7 +115,7 @@
),
ctxt: #0,
},
value: Atom('description' type=dynamic),
value: "description",
},
tag: Description(
DescriptionTag {
@ -139,7 +138,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('A builder function for the Stick application;' type=dynamic),
value: "A builder function for the Stick application;",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('var' type=static),
value: "var",
},
tag: Member(
MemberTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
name: Text {
span: Span {
@ -77,7 +77,7 @@
),
ctxt: #0,
},
value: Atom('function' type=static),
value: "function",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -66,7 +66,7 @@
),
ctxt: #0,
},
value: Atom('* @dict' type=inline),
value: "* @dict",
},
),
name: None,

View File

@ -19,11 +19,7 @@
),
ctxt: #0,
},
value: Atom('Markdown asterisks in a doclet that does not use leading asterisks.
**Strong** is strong.
* List item 1.
* List item 2.' type=dynamic),
value: "Markdown asterisks in a doclet that does not use leading asterisks.\n **Strong** is strong.\n\n * List item 1.\n * List item 2.",
},
tags: [
TagItem {
@ -46,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -71,7 +67,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -84,7 +80,7 @@
),
ctxt: #0,
},
value: Atom('thingy - The thingy.' type=dynamic),
value: "thingy - The thingy.",
},
},
),
@ -111,12 +107,7 @@
),
ctxt: #0,
},
value: Atom('Markdown asterisks in a doclet that uses leading asterisks.
* **Strong** is strong.
*
* * List item 1.
* * List item 2.
*' type=dynamic),
value: "Markdown asterisks in a doclet that uses leading asterisks.\n * **Strong** is strong.\n *\n * * List item 1.\n * * List item 2.\n *",
},
tags: [
TagItem {
@ -139,7 +130,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -164,7 +155,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -177,7 +168,7 @@
),
ctxt: #0,
},
value: Atom('thingy - The thingy.' type=dynamic),
value: "thingy - The thingy.",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [],
},
@ -43,7 +43,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [],
},
@ -67,7 +67,7 @@
),
ctxt: #0,
},
value: Atom(' ' type=inline),
value: "\t ",
},
tags: [],
},
@ -91,7 +91,7 @@
),
ctxt: #0,
},
value: Atom(' ' type=inline),
value: "\t\t\t ",
},
tags: [],
},
@ -115,7 +115,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [],
},
@ -139,7 +139,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [],
},

View File

@ -19,8 +19,7 @@
),
ctxt: #0,
},
value: Atom('Enum for tri-state values.
*' type=dynamic),
value: "Enum for tri-state values.\n *",
},
tags: [
TagItem {
@ -43,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('enum' type=static),
value: "enum",
},
tag: Enum(
EnumTag {
@ -66,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
value: "{number}",
},
},
),
@ -93,7 +92,7 @@
),
ctxt: #0,
},
value: Atom('true' type=static),
value: "true",
},
tags: [],
},
@ -117,7 +116,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -140,7 +139,7 @@
),
ctxt: #0,
},
value: Atom('type' type=static),
value: "type",
},
tag: Type(
TypeTag {
@ -163,7 +162,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -190,8 +189,7 @@
),
ctxt: #0,
},
value: Atom('Numeric enum for true/false values.
*' type=dynamic),
value: "Numeric enum for true/false values.\n *",
},
tags: [
TagItem {
@ -214,7 +212,7 @@
),
ctxt: #0,
},
value: Atom('enum' type=static),
value: "enum",
},
tag: Enum(
EnumTag {
@ -237,7 +235,7 @@
),
ctxt: #0,
},
value: Atom('{boolean}' type=dynamic),
value: "{boolean}",
},
},
),
@ -264,7 +262,7 @@
),
ctxt: #0,
},
value: Atom('false' type=static),
value: "false",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('module' type=static),
value: "module",
},
tag: Module(
ModuleTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
ty: Text {
span: Span {
@ -77,7 +77,7 @@
),
ctxt: #0,
},
value: Atom('my' type=inline),
value: "my",
},
},
),
@ -104,8 +104,7 @@
),
ctxt: #0,
},
value: Atom('Enum for quad-state values.
*' type=dynamic),
value: "Enum for quad-state values.\n *",
},
tags: [
TagItem {
@ -128,7 +127,7 @@
),
ctxt: #0,
},
value: Atom('enum' type=static),
value: "enum",
},
tag: Enum(
EnumTag {
@ -151,7 +150,7 @@
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
value: "{number}",
},
},
),
@ -176,7 +175,7 @@
),
ctxt: #0,
},
value: Atom('memberof' type=dynamic),
value: "memberof",
},
tag: MemberOf(
MemberOfTag {
@ -210,7 +209,7 @@
),
ctxt: #0,
},
value: Atom('module' type=static),
value: "module",
},
],
},
@ -239,7 +238,7 @@
),
ctxt: #0,
},
value: Atom('true' type=static),
value: "true",
},
tags: [],
},
@ -263,8 +262,7 @@
),
ctxt: #0,
},
value: Atom('Enum for penta-state values.
*' type=dynamic),
value: "Enum for penta-state values.\n *",
},
tags: [
TagItem {
@ -287,7 +285,7 @@
),
ctxt: #0,
},
value: Atom('enum' type=static),
value: "enum",
},
tag: Enum(
EnumTag {
@ -310,7 +308,7 @@
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
value: "{number}",
},
},
),
@ -337,8 +335,7 @@
),
ctxt: #0,
},
value: Atom('Enum for penta-state values, BUT SHOUTIER.
*' type=dynamic),
value: "Enum for penta-state values, BUT SHOUTIER.\n *",
},
tags: [
TagItem {
@ -361,7 +358,7 @@
),
ctxt: #0,
},
value: Atom('enum' type=static),
value: "enum",
},
tag: Enum(
EnumTag {
@ -384,7 +381,7 @@
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
value: "{number}",
},
},
),
@ -411,7 +408,7 @@
),
ctxt: #0,
},
value: Atom('true' type=static),
value: "true",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('exports' type=inline),
value: "exports",
},
tag: Exports(
ExportsTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('mymodule' type=dynamic),
value: "mymodule",
},
},
),
@ -90,7 +90,7 @@
),
ctxt: #0,
},
value: Atom('enum' type=static),
value: "enum",
},
tag: Enum(
EnumTag {
@ -113,7 +113,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -82,9 +82,7 @@
),
ctxt: #0,
},
value: Atom('Throw a snowball.
*
*' type=dynamic),
value: "Throw a snowball.\n *\n *",
},
tags: [
TagItem {
@ -107,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('fires' type=inline),
value: "fires",
},
tag: Unknown(
UnknownTag {
@ -130,7 +128,7 @@
),
ctxt: #0,
},
value: Atom('Hurl#snowball' type=dynamic),
value: "Hurl#snowball",
},
},
),
@ -155,7 +153,7 @@
),
ctxt: #0,
},
value: Atom('fires' type=inline),
value: "fires",
},
tag: Unknown(
UnknownTag {
@ -178,7 +176,7 @@
),
ctxt: #0,
},
value: Atom('Hurl#event:brick' type=dynamic),
value: "Hurl#event:brick",
},
},
),
@ -205,7 +203,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -228,7 +226,7 @@
),
ctxt: #0,
},
value: Atom('event' type=inline),
value: "event",
},
tag: Unknown(
UnknownTag {
@ -251,7 +249,7 @@
),
ctxt: #0,
},
value: Atom('Hurl#snowball' type=dynamic),
value: "Hurl#snowball",
},
},
),
@ -278,9 +276,7 @@
),
ctxt: #0,
},
value: Atom('Throw a football match.
*
*' type=dynamic),
value: "Throw a football match.\n *\n *",
},
tags: [
TagItem {
@ -303,7 +299,7 @@
),
ctxt: #0,
},
value: Atom('emits' type=inline),
value: "emits",
},
tag: Unknown(
UnknownTag {
@ -326,7 +322,7 @@
),
ctxt: #0,
},
value: Atom('Hurl#footballMatch' type=dynamic),
value: "Hurl#footballMatch",
},
},
),
@ -353,7 +349,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -376,7 +372,7 @@
),
ctxt: #0,
},
value: Atom('event' type=inline),
value: "event",
},
tag: Unknown(
UnknownTag {
@ -399,7 +395,7 @@
),
ctxt: #0,
},
value: Atom('Hurl#footballMatch' type=dynamic),
value: "Hurl#footballMatch",
},
},
),

View File

@ -19,8 +19,7 @@
),
ctxt: #0,
},
value: Atom('Socket class.
*' type=dynamic),
value: "Socket class.\n *",
},
tags: [
TagItem {
@ -43,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -83,8 +82,7 @@
),
ctxt: #0,
},
value: Atom('Send a packet.
*' type=dynamic),
value: "Send a packet.\n *",
},
tags: [
TagItem {
@ -107,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -132,7 +130,7 @@
),
ctxt: #0,
},
value: Atom('{Packet}' type=dynamic),
value: "{Packet}",
},
),
desc: Text {
@ -145,7 +143,7 @@
),
ctxt: #0,
},
value: Atom('packet - The packet to send.' type=dynamic),
value: "packet - The packet to send.",
},
},
),
@ -170,7 +168,7 @@
),
ctxt: #0,
},
value: Atom('return' type=static),
value: "return",
},
tag: Return(
ReturnTag {
@ -194,7 +192,7 @@
),
ctxt: #0,
},
value: Atom('{boolean}' type=dynamic),
value: "{boolean}",
},
),
description: Text {
@ -207,7 +205,7 @@
),
ctxt: #0,
},
value: Atom('`true` on success, `false` on failure.' type=dynamic),
value: "`true` on success, `false` on failure.",
},
},
),
@ -234,8 +232,7 @@
),
ctxt: #0,
},
value: Atom('Virtual doclet for `Packet` class.
*' type=dynamic),
value: "Virtual doclet for `Packet` class.\n *",
},
tags: [
TagItem {
@ -258,7 +255,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -282,7 +279,7 @@
),
ctxt: #0,
},
value: Atom('Packet' type=inline),
value: "Packet",
},
),
name: None,
@ -311,7 +308,7 @@
),
ctxt: #0,
},
value: Atom('Close the socket.' type=dynamic),
value: "Close the socket.",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('example' type=inline),
value: "example",
},
tag: Example(
ExampleTag {
@ -65,9 +65,7 @@
),
ctxt: #0,
},
value: Atom('* console.log("foo");
* console.log("bar");
' type=dynamic),
value: "* console.log(\"foo\");\n * console.log(\"bar\");\n ",
},
},
),
@ -94,7 +92,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -117,7 +115,7 @@
),
ctxt: #0,
},
value: Atom('example' type=inline),
value: "example",
},
tag: Example(
ExampleTag {
@ -140,9 +138,7 @@
),
ctxt: #0,
},
value: Atom('* console.log("foo");
* console.log("bar");
* ' type=dynamic),
value: "* console.log(\"foo\");\n * console.log(\"bar\");\n * ",
},
},
),
@ -167,7 +163,7 @@
),
ctxt: #0,
},
value: Atom('example' type=inline),
value: "example",
},
tag: Example(
ExampleTag {
@ -190,9 +186,7 @@
),
ctxt: #0,
},
value: Atom('* <caption>Example 2</caption>
* 1 + 2;
' type=dynamic),
value: "* <caption>Example 2</caption>\n * 1 + 2;\n ",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('throws' type=inline),
value: "throws",
},
tag: Throw(
ThrowTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('{InvalidArgumentException}' type=dynamic),
value: "{InvalidArgumentException}",
},
},
),
@ -92,7 +92,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -115,7 +115,7 @@
),
ctxt: #0,
},
value: Atom('exception' type=dynamic),
value: "exception",
},
tag: Unknown(
UnknownTag {
@ -138,7 +138,7 @@
),
ctxt: #0,
},
value: Atom('Will throw an error if argument is null.' type=dynamic),
value: "Will throw an error if argument is null.",
},
},
),
@ -165,7 +165,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -188,7 +188,7 @@
),
ctxt: #0,
},
value: Atom('exception' type=dynamic),
value: "exception",
},
tag: Unknown(
UnknownTag {
@ -211,7 +211,7 @@
),
ctxt: #0,
},
value: Atom('{DivideByZero} Argument x must be non-zero.' type=dynamic),
value: "{DivideByZero} Argument x must be non-zero.",
},
},
),
@ -238,9 +238,7 @@
),
ctxt: #0,
},
value: Atom('A description of the function.
*
*' type=dynamic),
value: "A description of the function.\n *\n *",
},
tags: [
TagItem {
@ -263,7 +261,7 @@
),
ctxt: #0,
},
value: Atom('exception' type=dynamic),
value: "exception",
},
tag: Unknown(
UnknownTag {
@ -286,7 +284,7 @@
),
ctxt: #0,
},
value: Atom('{Object} A description of the exception.' type=dynamic),
value: "{Object} A description of the exception.",
},
},
),

View File

@ -19,8 +19,7 @@
),
ctxt: #0,
},
value: Atom('Foo module
*' type=dynamic),
value: "Foo module\n *",
},
tags: [
TagItem {
@ -43,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('module' type=static),
value: "module",
},
tag: Module(
ModuleTag {
@ -66,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
ty: Text {
span: Span {
@ -78,7 +77,7 @@
),
ctxt: #0,
},
value: Atom('foo' type=inline),
value: "foo",
},
},
),
@ -105,7 +104,7 @@
),
ctxt: #0,
},
value: Atom('Class description' type=dynamic),
value: "Class description",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('module' type=static),
value: "module",
},
tag: Module(
ModuleTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
ty: Text {
span: Span {
@ -77,7 +77,7 @@
),
ctxt: #0,
},
value: Atom('test' type=inline),
value: "test",
},
},
),
@ -104,7 +104,7 @@
),
ctxt: #0,
},
value: Atom('Test value' type=dynamic),
value: "Test value",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('module' type=static),
value: "module",
},
tag: Module(
ModuleTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
ty: Text {
span: Span {
@ -77,7 +77,7 @@
),
ctxt: #0,
},
value: Atom('test' type=inline),
value: "test",
},
},
),
@ -104,7 +104,7 @@
),
ctxt: #0,
},
value: Atom('Test class' type=dynamic),
value: "Test class",
},
tags: [],
},
@ -128,7 +128,7 @@
),
ctxt: #0,
},
value: Atom('Test constructor' type=dynamic),
value: "Test constructor",
},
tags: [],
},

View File

@ -19,8 +19,7 @@
),
ctxt: #0,
},
value: Atom('An example of a server-side JavaScript module.
*' type=dynamic),
value: "An example of a server-side JavaScript module.\n *",
},
tags: [
TagItem {
@ -43,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('module' type=static),
value: "module",
},
tag: Module(
ModuleTag {
@ -66,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('world' type=inline),
value: "world",
},
ty: Text {
span: Span {
@ -78,7 +77,7 @@
),
ctxt: #0,
},
value: Atom('hello' type=inline),
value: "hello",
},
},
),
@ -103,7 +102,7 @@
),
ctxt: #0,
},
value: Atom('example' type=inline),
value: "example",
},
tag: Example(
ExampleTag {
@ -126,8 +125,7 @@
),
ctxt: #0,
},
value: Atom('* var g = require('hello/world').sayHello('Gracie');
' type=dynamic),
value: "* var g = require('hello/world').sayHello('Gracie');\n ",
},
},
),
@ -154,8 +152,7 @@
),
ctxt: #0,
},
value: Atom('Generate a greeting.
*' type=dynamic),
value: "Generate a greeting.\n *",
},
tags: [
TagItem {
@ -178,7 +175,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -203,7 +200,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -216,7 +213,7 @@
),
ctxt: #0,
},
value: Atom('[subject="world"] To whom we say hello.' type=dynamic),
value: "[subject=\"world\"] To whom we say hello.",
},
},
),
@ -241,7 +238,7 @@
),
ctxt: #0,
},
value: Atom('returns' type=inline),
value: "returns",
},
tag: Return(
ReturnTag {
@ -265,7 +262,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
description: Text {
@ -278,7 +275,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -305,8 +302,7 @@
),
ctxt: #0,
},
value: Atom('Generate a morose farewell.
*' type=dynamic),
value: "Generate a morose farewell.\n *",
},
tags: [
TagItem {
@ -329,7 +325,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -354,7 +350,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -367,7 +363,7 @@
),
ctxt: #0,
},
value: Atom('[subject="world"] To whom we say goodbye.' type=dynamic),
value: "[subject=\"world\"] To whom we say goodbye.",
},
},
),
@ -392,7 +388,7 @@
),
ctxt: #0,
},
value: Atom('returns' type=inline),
value: "returns",
},
tag: Return(
ReturnTag {
@ -416,7 +412,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
description: Text {
@ -429,7 +425,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('A module representing a shirt.' type=dynamic),
value: "A module representing a shirt.",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('exports' type=inline),
value: "exports",
},
tag: Exports(
ExportsTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('my/shirt' type=dynamic),
value: "my/shirt",
},
},
),
@ -90,7 +90,7 @@
),
ctxt: #0,
},
value: Atom('version' type=inline),
value: "version",
},
tag: Version(
VersionTag {
@ -113,7 +113,7 @@
),
ctxt: #0,
},
value: Atom('1.0' type=inline),
value: "1.0",
},
},
),
@ -140,7 +140,7 @@
),
ctxt: #0,
},
value: Atom('A property of the module.' type=dynamic),
value: "A property of the module.",
},
tags: [],
},
@ -164,7 +164,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -187,7 +187,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -227,7 +227,7 @@
),
ctxt: #0,
},
value: Atom('A property of the class.' type=dynamic),
value: "A property of the class.",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('A module representing a coat.' type=dynamic),
value: "A module representing a coat.",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('exports' type=inline),
value: "exports",
},
tag: Exports(
ExportsTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('my/coat' type=inline),
value: "my/coat",
},
},
),
@ -90,7 +90,7 @@
),
ctxt: #0,
},
value: Atom('requires' type=dynamic),
value: "requires",
},
tag: Requires(
RequiresTag {
@ -124,7 +124,7 @@
),
ctxt: #0,
},
value: Atom('my' type=inline),
value: "my",
},
],
},
@ -153,7 +153,7 @@
),
ctxt: #0,
},
value: Atom('document me' type=dynamic),
value: "document me",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('Utility functions to ease working with DOM elements.' type=dynamic),
value: "Utility functions to ease working with DOM elements.",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('exports' type=inline),
value: "exports",
},
tag: Exports(
ExportsTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('html/utils' type=dynamic),
value: "html/utils",
},
},
),
@ -92,7 +92,7 @@
),
ctxt: #0,
},
value: Atom('Get the value of a property on an element.' type=dynamic),
value: "Get the value of a property on an element.",
},
tags: [],
},
@ -116,7 +116,7 @@
),
ctxt: #0,
},
value: Atom('Determine if an element is in the document head.' type=dynamic),
value: "Determine if an element is in the document head.",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('exports' type=inline),
value: "exports",
},
tag: Exports(
ExportsTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -92,7 +92,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -115,7 +115,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -155,7 +155,7 @@
),
ctxt: #0,
},
value: Atom('Some method' type=dynamic),
value: "Some method",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('exports' type=inline),
value: "exports",
},
tag: Exports(
ExportsTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -92,7 +92,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -115,7 +115,7 @@
),
ctxt: #0,
},
value: Atom('lends' type=inline),
value: "lends",
},
tag: Lends(
LendsTag {
@ -149,7 +149,7 @@
),
ctxt: #0,
},
value: Atom('module' type=static),
value: "module",
},
],
},
@ -178,7 +178,7 @@
),
ctxt: #0,
},
value: Atom('This should be in the Foo module doc.' type=dynamic),
value: "This should be in the Foo module doc.",
},
tags: [],
},

View File

@ -19,8 +19,7 @@
),
ctxt: #0,
},
value: Atom('A module representing a shirt.
*' type=dynamic),
value: "A module representing a shirt.\n *",
},
tags: [
TagItem {
@ -43,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('exports' type=inline),
value: "exports",
},
tag: Exports(
ExportsTag {
@ -66,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('my/shirt' type=dynamic),
value: "my/shirt",
},
},
),
@ -91,7 +90,7 @@
),
ctxt: #0,
},
value: Atom('version' type=inline),
value: "version",
},
tag: Version(
VersionTag {
@ -114,7 +113,7 @@
),
ctxt: #0,
},
value: Atom('1.0' type=inline),
value: "1.0",
},
},
),
@ -141,7 +140,7 @@
),
ctxt: #0,
},
value: Atom('A property of the module.' type=dynamic),
value: "A property of the module.",
},
tags: [],
},
@ -165,7 +164,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -188,7 +187,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -228,7 +227,7 @@
),
ctxt: #0,
},
value: Atom('A property of the class.' type=dynamic),
value: "A property of the class.",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('exports' type=inline),
value: "exports",
},
tag: Exports(
ExportsTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -92,7 +92,7 @@
),
ctxt: #0,
},
value: Atom('A property of the module.' type=dynamic),
value: "A property of the module.",
},
tags: [],
},
@ -116,7 +116,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -139,7 +139,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -179,7 +179,7 @@
),
ctxt: #0,
},
value: Atom('A property of the class.' type=dynamic),
value: "A property of the class.",
},
tags: [],
},
@ -203,7 +203,7 @@
),
ctxt: #0,
},
value: Atom('Iron the turtleneck.' type=dynamic),
value: "Iron the turtleneck.",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('exports' type=inline),
value: "exports",
},
tag: Exports(
ExportsTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),

View File

@ -19,9 +19,7 @@
),
ctxt: #0,
},
value: Atom('My class.
*
*' type=dynamic),
value: "My class.\n *\n *",
},
tags: [
TagItem {
@ -44,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('constructor' type=static),
value: "constructor",
},
tag: Class(
ClassTag {
@ -68,7 +66,7 @@
),
ctxt: #0,
},
value: Atom('* @export' type=dynamic),
value: "* @export",
},
),
name: None,
@ -97,9 +95,7 @@
),
ctxt: #0,
},
value: Atom('My public method.
*
*' type=dynamic),
value: "My public method.\n *\n *",
},
tags: [
TagItem {
@ -122,7 +118,7 @@
),
ctxt: #0,
},
value: Atom('export' type=static),
value: "export",
},
tag: Unknown(
UnknownTag {
@ -145,7 +141,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),

View File

@ -19,8 +19,7 @@
),
ctxt: #0,
},
value: Atom('The built in string object.
*' type=dynamic),
value: "The built in string object.\n *",
},
tags: [
TagItem {
@ -43,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('external' type=dynamic),
value: "external",
},
tag: External(
ExternalTag {
@ -66,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('String' type=static),
value: "String",
},
},
),
@ -91,7 +90,7 @@
),
ctxt: #0,
},
value: Atom('see' type=inline),
value: "see",
},
tag: See(
SeeTag {
@ -114,7 +113,7 @@
),
ctxt: #0,
},
value: Atom('{@link https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String String}' type=dynamic),
value: "{@link https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String String}",
},
},
),
@ -141,8 +140,7 @@
),
ctxt: #0,
},
value: Atom('Adds a new method to the built-in string.
*' type=dynamic),
value: "Adds a new method to the built-in string.\n *",
},
tags: [
TagItem {
@ -165,7 +163,7 @@
),
ctxt: #0,
},
value: Atom('function' type=static),
value: "function",
},
tag: Function(
FunctionTag {
@ -189,7 +187,7 @@
),
ctxt: #0,
},
value: Atom('external:String#rot13' type=dynamic),
value: "external:String#rot13",
},
),
},
@ -215,7 +213,7 @@
),
ctxt: #0,
},
value: Atom('example' type=inline),
value: "example",
},
tag: Example(
ExampleTag {
@ -238,9 +236,7 @@
),
ctxt: #0,
},
value: Atom('* var greeting = new String('hello world');
* console.log( greeting.rot13() ); // uryyb jbeyq
' type=dynamic),
value: "* var greeting = new String('hello world');\n * console.log( greeting.rot13() ); // uryyb jbeyq\n ",
},
},
),
@ -267,8 +263,7 @@
),
ctxt: #0,
},
value: Atom('The jQuery plugin namespace.
*' type=dynamic),
value: "The jQuery plugin namespace.\n *",
},
tags: [
TagItem {
@ -291,7 +286,7 @@
),
ctxt: #0,
},
value: Atom('external' type=dynamic),
value: "external",
},
tag: External(
ExternalTag {
@ -314,7 +309,7 @@
),
ctxt: #0,
},
value: Atom('"jQuery.fn"' type=dynamic),
value: "\"jQuery.fn\"",
},
},
),
@ -339,7 +334,7 @@
),
ctxt: #0,
},
value: Atom('see' type=inline),
value: "see",
},
tag: See(
SeeTag {
@ -362,7 +357,7 @@
),
ctxt: #0,
},
value: Atom('{@link http://docs.jquery.com/Plugins/Authoring The jQuery Plugin Guide}' type=dynamic),
value: "{@link http://docs.jquery.com/Plugins/Authoring The jQuery Plugin Guide}",
},
},
),
@ -389,8 +384,7 @@
),
ctxt: #0,
},
value: Atom('A jQuery plugin to make stars fly around your home page.
*' type=dynamic),
value: "A jQuery plugin to make stars fly around your home page.\n *",
},
tags: [
TagItem {
@ -413,7 +407,7 @@
),
ctxt: #0,
},
value: Atom('function' type=static),
value: "function",
},
tag: Function(
FunctionTag {
@ -437,7 +431,7 @@
),
ctxt: #0,
},
value: Atom('external:"jQuery.fn".starfairy' type=dynamic),
value: "external:\"jQuery.fn\".starfairy",
},
),
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('Namespace provided by the browser.' type=dynamic),
value: "Namespace provided by the browser.",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('external' type=dynamic),
value: "external",
},
tag: External(
ExternalTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('XMLHttpRequest' type=static),
value: "XMLHttpRequest",
},
},
),
@ -90,7 +90,7 @@
),
ctxt: #0,
},
value: Atom('see' type=inline),
value: "see",
},
tag: See(
SeeTag {
@ -113,7 +113,7 @@
),
ctxt: #0,
},
value: Atom('https://developer.mozilla.org/en/xmlhttprequest' type=dynamic),
value: "https://developer.mozilla.org/en/xmlhttprequest",
},
},
),
@ -140,7 +140,7 @@
),
ctxt: #0,
},
value: Atom('Extends the built in XMLHttpRequest to send data encoded with a secret key.' type=dynamic),
value: "Extends the built in XMLHttpRequest to send data encoded with a secret key.",
},
tags: [
TagItem {
@ -163,7 +163,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -187,7 +187,7 @@
),
ctxt: #0,
},
value: Atom('EncryptedRequest' type=dynamic),
value: "EncryptedRequest",
},
),
name: Some(
@ -201,7 +201,7 @@
),
ctxt: #0,
},
value: Atom('@extends external:XMLHttpRequest' type=dynamic),
value: "@extends external:XMLHttpRequest",
},
),
},

View File

@ -19,8 +19,7 @@
),
ctxt: #0,
},
value: Atom('The built in string object.
*' type=dynamic),
value: "The built in string object.\n *",
},
tags: [
TagItem {
@ -43,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('external' type=dynamic),
value: "external",
},
tag: External(
ExternalTag {
@ -66,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('{String}' type=dynamic),
value: "{String}",
},
},
),
@ -91,7 +90,7 @@
),
ctxt: #0,
},
value: Atom('see' type=inline),
value: "see",
},
tag: See(
SeeTag {
@ -114,7 +113,7 @@
),
ctxt: #0,
},
value: Atom('{@link https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String String}' type=dynamic),
value: "{@link https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String String}",
},
},
),
@ -141,8 +140,7 @@
),
ctxt: #0,
},
value: Atom('Adds a new method to the built-in string.
*' type=dynamic),
value: "Adds a new method to the built-in string.\n *",
},
tags: [
TagItem {
@ -165,7 +163,7 @@
),
ctxt: #0,
},
value: Atom('function' type=static),
value: "function",
},
tag: Function(
FunctionTag {
@ -189,7 +187,7 @@
),
ctxt: #0,
},
value: Atom('external:String#rot13' type=dynamic),
value: "external:String#rot13",
},
),
},
@ -215,7 +213,7 @@
),
ctxt: #0,
},
value: Atom('example' type=inline),
value: "example",
},
tag: Example(
ExampleTag {
@ -238,9 +236,7 @@
),
ctxt: #0,
},
value: Atom('* var greeting = new String('hello world');
* console.log( greeting.rot13() ); // uryyb jbeyq
' type=dynamic),
value: "* var greeting = new String('hello world');\n * console.log( greeting.rot13() ); // uryyb jbeyq\n ",
},
},
),
@ -267,7 +263,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -290,7 +286,7 @@
),
ctxt: #0,
},
value: Atom('external' type=dynamic),
value: "external",
},
tag: External(
ExternalTag {
@ -313,7 +309,7 @@
),
ctxt: #0,
},
value: Atom('{"foo.bar.baz"}' type=dynamic),
value: "{\"foo.bar.baz\"}",
},
},
),
@ -340,8 +336,7 @@
),
ctxt: #0,
},
value: Atom('Blah blah
*' type=dynamic),
value: "Blah blah\n *",
},
tags: [
TagItem {
@ -364,7 +359,7 @@
),
ctxt: #0,
},
value: Atom('function' type=static),
value: "function",
},
tag: Function(
FunctionTag {
@ -388,7 +383,7 @@
),
ctxt: #0,
},
value: Atom('external:"foo.bar.baz"#blah' type=dynamic),
value: "external:\"foo.bar.baz\"#blah",
},
),
},

View File

@ -19,9 +19,7 @@
),
ctxt: #0,
},
value: Atom('This is an externs file.
*
*' type=dynamic),
value: "This is an externs file.\n *\n *",
},
tags: [
TagItem {
@ -44,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('externs' type=inline),
value: "externs",
},
tag: Unknown(
UnknownTag {
@ -67,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('overview' type=dynamic),
value: "overview",
},
tag: File(
FileTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('This is a file doclet.' type=dynamic),
value: "This is a file doclet.",
},
},
),
@ -90,7 +90,7 @@
),
ctxt: #0,
},
value: Atom('copyright' type=dynamic),
value: "copyright",
},
tag: Copyright(
CopyrightTag {
@ -113,7 +113,7 @@
),
ctxt: #0,
},
value: Atom('Michael Mathews 2011' type=dynamic),
value: "Michael Mathews 2011",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('fileoverview' type=dynamic),
value: "fileoverview",
},
tag: File(
FileTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('Overview of this file.' type=dynamic),
value: "Overview of this file.",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -82,7 +82,7 @@
),
ctxt: #0,
},
value: Atom('document me' type=dynamic),
value: "document me",
},
tags: [],
},
@ -106,7 +106,7 @@
),
ctxt: #0,
},
value: Atom('document me' type=dynamic),
value: "document me",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -82,7 +82,7 @@
),
ctxt: #0,
},
value: Atom('document me' type=dynamic),
value: "document me",
},
tags: [],
},
@ -106,7 +106,7 @@
),
ctxt: #0,
},
value: Atom('document me' type=dynamic),
value: "document me",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -82,7 +82,7 @@
),
ctxt: #0,
},
value: Atom('document me' type=dynamic),
value: "document me",
},
tags: [],
},
@ -106,7 +106,7 @@
),
ctxt: #0,
},
value: Atom('document me' type=dynamic),
value: "document me",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('func' type=inline),
value: "func",
},
tag: Function(
FunctionTag {
@ -81,7 +81,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -104,7 +104,7 @@
),
ctxt: #0,
},
value: Atom('method' type=inline),
value: "method",
},
tag: Function(
FunctionTag {

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('Generate unique IDs starting at 0.' type=dynamic),
value: "Generate unique IDs starting at 0.",
},
tags: [],
},
@ -43,7 +43,7 @@
),
ctxt: #0,
},
value: Atom('Generate unique IDs starting at 1.' type=dynamic),
value: "Generate unique IDs starting at 1.",
},
tags: [],
},
@ -67,7 +67,7 @@
),
ctxt: #0,
},
value: Atom('Generator class.' type=dynamic),
value: "Generator class.",
},
tags: [],
},
@ -91,7 +91,7 @@
),
ctxt: #0,
},
value: Atom('Generate unique IDs starting at 2.' type=dynamic),
value: "Generate unique IDs starting at 2.",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -82,7 +82,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -105,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('lends' type=inline),
value: "lends",
},
tag: Lends(
LendsTag {
@ -139,7 +139,7 @@
),
ctxt: #0,
},
value: Atom('Person' type=inline),
value: "Person",
},
],
},
@ -168,7 +168,7 @@
),
ctxt: #0,
},
value: Atom('Set up initial values.' type=dynamic),
value: "Set up initial values.",
},
tags: [],
},
@ -192,7 +192,7 @@
),
ctxt: #0,
},
value: Atom('Speak a message.' type=dynamic),
value: "Speak a message.",
},
tags: [],
},
@ -216,8 +216,7 @@
),
ctxt: #0,
},
value: Atom('The name of the person.
*' type=dynamic),
value: "The name of the person.\n *",
},
tags: [
TagItem {
@ -240,7 +239,7 @@
),
ctxt: #0,
},
value: Atom('type' type=static),
value: "type",
},
tag: Type(
TypeTag {
@ -263,7 +262,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
},
),
@ -290,7 +289,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -313,7 +312,7 @@
),
ctxt: #0,
},
value: Atom('type' type=static),
value: "type",
},
tag: Type(
TypeTag {
@ -336,7 +335,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
},
),
@ -361,7 +360,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -386,7 +385,7 @@
),
ctxt: #0,
},
value: Atom('val' type=inline),
value: "val",
},
),
desc: Text {
@ -399,7 +398,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),
@ -426,7 +425,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -449,7 +448,7 @@
),
ctxt: #0,
},
value: Atom('type' type=static),
value: "type",
},
tag: Type(
TypeTag {
@ -472,7 +471,7 @@
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
value: "{number}",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('Employee class.' type=dynamic),
value: "Employee class.",
},
tags: [],
},
@ -43,8 +43,7 @@
),
ctxt: #0,
},
value: Atom('Location.
*' type=dynamic),
value: "Location.\n *",
},
tags: [
TagItem {
@ -67,7 +66,7 @@
),
ctxt: #0,
},
value: Atom('type' type=static),
value: "type",
},
tag: Type(
TypeTag {
@ -90,7 +89,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
},
),
@ -117,7 +116,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -140,7 +139,7 @@
),
ctxt: #0,
},
value: Atom('type' type=static),
value: "type",
},
tag: Type(
TypeTag {
@ -163,7 +162,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('global' type=static),
value: "global",
},
tag: Unknown(
UnknownTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('@constructor' type=dynamic),
value: "@constructor",
},
},
),
@ -92,7 +92,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -115,7 +115,7 @@
),
ctxt: #0,
},
value: Atom('global' type=static),
value: "global",
},
tag: Unknown(
UnknownTag {
@ -138,7 +138,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('classdesc' type=dynamic),
value: "classdesc",
},
tag: ClassDesc(
JSDocClassDescTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('Toaster singleton.' type=dynamic),
value: "Toaster singleton.",
},
},
),
@ -90,7 +90,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -114,7 +114,7 @@
),
ctxt: #0,
},
value: Atom('* @hideconstructor' type=dynamic),
value: "* @hideconstructor",
},
),
name: None,
@ -143,9 +143,7 @@
),
ctxt: #0,
},
value: Atom('Toast an item.
*
*' type=dynamic),
value: "Toast an item.\n *\n *",
},
tags: [
TagItem {
@ -168,7 +166,7 @@
),
ctxt: #0,
},
value: Atom('alias' type=inline),
value: "alias",
},
tag: Alias(
AliasTag {
@ -202,7 +200,7 @@
),
ctxt: #0,
},
value: Atom('toast' type=inline),
value: "toast",
},
],
},
@ -229,7 +227,7 @@
),
ctxt: #0,
},
value: Atom('memberof' type=dynamic),
value: "memberof",
},
tag: MemberOf(
MemberOfTag {
@ -263,7 +261,7 @@
),
ctxt: #0,
},
value: Atom('Toaster' type=inline),
value: "Toaster",
},
],
},
@ -290,7 +288,7 @@
),
ctxt: #0,
},
value: Atom('instance' type=dynamic),
value: "instance",
},
tag: Instance(
InstanceTag {
@ -326,7 +324,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -351,7 +349,7 @@
),
ctxt: #0,
},
value: Atom('{BreadyThing}' type=dynamic),
value: "{BreadyThing}",
},
),
desc: Text {
@ -364,7 +362,7 @@
),
ctxt: #0,
},
value: Atom('item - The item to toast.' type=dynamic),
value: "item - The item to toast.",
},
},
),
@ -389,7 +387,7 @@
),
ctxt: #0,
},
value: Atom('return' type=static),
value: "return",
},
tag: Return(
ReturnTag {
@ -413,7 +411,7 @@
),
ctxt: #0,
},
value: Atom('{Toast}' type=inline),
value: "{Toast}",
},
),
description: Text {
@ -426,7 +424,7 @@
),
ctxt: #0,
},
value: Atom('A toasted bready thing.' type=dynamic),
value: "A toasted bready thing.",
},
},
),
@ -453,9 +451,7 @@
),
ctxt: #0,
},
value: Atom('Get the Toaster instance.
*
*' type=dynamic),
value: "Get the Toaster instance.\n *\n *",
},
tags: [
TagItem {
@ -478,7 +474,7 @@
),
ctxt: #0,
},
value: Atom('alias' type=inline),
value: "alias",
},
tag: Alias(
AliasTag {
@ -512,7 +508,7 @@
),
ctxt: #0,
},
value: Atom('Toaster' type=inline),
value: "Toaster",
},
],
},
@ -541,7 +537,7 @@
),
ctxt: #0,
},
value: Atom('Waffle iron singleton.' type=dynamic),
value: "Waffle iron singleton.",
},
tags: [],
},
@ -565,9 +561,7 @@
),
ctxt: #0,
},
value: Atom('Create the waffle iron.
*
*' type=dynamic),
value: "Create the waffle iron.\n *\n *",
},
tags: [
TagItem {
@ -590,7 +584,7 @@
),
ctxt: #0,
},
value: Atom('hideconstructor' type=dynamic),
value: "hideconstructor",
},
tag: HideConstructor(
HideConstructorTag {
@ -628,9 +622,7 @@
),
ctxt: #0,
},
value: Atom('Cook a waffle.
*
*' type=dynamic),
value: "Cook a waffle.\n *\n *",
},
tags: [
TagItem {
@ -653,7 +645,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -678,7 +670,7 @@
),
ctxt: #0,
},
value: Atom('{Batter}' type=dynamic),
value: "{Batter}",
},
),
desc: Text {
@ -691,7 +683,7 @@
),
ctxt: #0,
},
value: Atom('batter - The waffle batter.' type=dynamic),
value: "batter - The waffle batter.",
},
},
),
@ -716,7 +708,7 @@
),
ctxt: #0,
},
value: Atom('return' type=static),
value: "return",
},
tag: Return(
ReturnTag {
@ -740,7 +732,7 @@
),
ctxt: #0,
},
value: Atom('{Waffle}' type=dynamic),
value: "{Waffle}",
},
),
description: Text {
@ -753,7 +745,7 @@
),
ctxt: #0,
},
value: Atom('The cooked waffle.' type=dynamic),
value: "The cooked waffle.",
},
},
),
@ -780,9 +772,7 @@
),
ctxt: #0,
},
value: Atom('Get the WaffleIron instance.
*
*' type=dynamic),
value: "Get the WaffleIron instance.\n *\n *",
},
tags: [
TagItem {
@ -805,7 +795,7 @@
),
ctxt: #0,
},
value: Atom('return' type=static),
value: "return",
},
tag: Return(
ReturnTag {
@ -829,7 +819,7 @@
),
ctxt: #0,
},
value: Atom('{WaffleIron}' type=dynamic),
value: "{WaffleIron}",
},
),
description: Text {
@ -842,7 +832,7 @@
),
ctxt: #0,
},
value: Atom('The WaffleIron instance.' type=dynamic),
value: "The WaffleIron instance.",
},
},
),

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('ignore' type=inline),
value: "ignore",
},
tag: Ignore(
IgnoreTag {

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('ignore' type=inline),
value: "ignore",
},
tag: Ignore(
IgnoreTag {

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -42,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('type' type=static),
value: "type",
},
tag: Type(
TypeTag {
@ -65,7 +65,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
},
),
@ -90,7 +90,7 @@
),
ctxt: #0,
},
value: Atom('implicitCast' type=dynamic),
value: "implicitCast",
},
tag: Unknown(
UnknownTag {
@ -113,7 +113,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
},
),

View File

@ -19,8 +19,7 @@
),
ctxt: #0,
},
value: Atom('Parent class.
*' type=dynamic),
value: "Parent class.\n *",
},
tags: [
TagItem {
@ -43,7 +42,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -83,8 +82,7 @@
),
ctxt: #0,
},
value: Atom('Open the connection.
*' type=dynamic),
value: "Open the connection.\n *",
},
tags: [
TagItem {
@ -107,7 +105,7 @@
),
ctxt: #0,
},
value: Atom('virtual' type=inline),
value: "virtual",
},
tag: Abstract(
AbstractTag {
@ -145,7 +143,7 @@
),
ctxt: #0,
},
value: Atom('Close the connection.' type=dynamic),
value: "Close the connection.",
},
tags: [],
},
@ -169,9 +167,7 @@
),
ctxt: #0,
},
value: Atom('Read the specified number of bytes from the connection.
*
*' type=dynamic),
value: "Read the specified number of bytes from the connection.\n *\n *",
},
tags: [
TagItem {
@ -194,7 +190,7 @@
),
ctxt: #0,
},
value: Atom('function' type=static),
value: "function",
},
tag: Function(
FunctionTag {
@ -218,7 +214,7 @@
),
ctxt: #0,
},
value: Atom('Connection#read' type=dynamic),
value: "Connection#read",
},
),
},
@ -244,7 +240,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -269,7 +265,7 @@
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
value: "{number}",
},
),
desc: Text {
@ -282,7 +278,7 @@
),
ctxt: #0,
},
value: Atom('bytes - The number of bytes to read.' type=dynamic),
value: "bytes - The number of bytes to read.",
},
},
),
@ -307,7 +303,7 @@
),
ctxt: #0,
},
value: Atom('return' type=static),
value: "return",
},
tag: Return(
ReturnTag {
@ -331,7 +327,7 @@
),
ctxt: #0,
},
value: Atom('{Buffer}' type=dynamic),
value: "{Buffer}",
},
),
description: Text {
@ -344,7 +340,7 @@
),
ctxt: #0,
},
value: Atom('The bytes that were read.' type=dynamic),
value: "The bytes that were read.",
},
},
),
@ -371,8 +367,7 @@
),
ctxt: #0,
},
value: Atom('Child class.
*' type=dynamic),
value: "Child class.\n *",
},
tags: [
TagItem {
@ -395,7 +390,7 @@
),
ctxt: #0,
},
value: Atom('class' type=static),
value: "class",
},
tag: Class(
ClassTag {
@ -419,7 +414,7 @@
),
ctxt: #0,
},
value: Atom('* @extends Connection' type=dynamic),
value: "* @extends Connection",
},
),
name: None,
@ -448,7 +443,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -471,7 +466,7 @@
),
ctxt: #0,
},
value: Atom('inheritdoc' type=dynamic),
value: "inheritdoc",
},
tag: InheritDoc(
InheritDocTag {
@ -509,8 +504,7 @@
),
ctxt: #0,
},
value: Atom('Close the socket.
*' type=dynamic),
value: "Close the socket.\n *",
},
tags: [
TagItem {
@ -533,7 +527,7 @@
),
ctxt: #0,
},
value: Atom('param' type=static),
value: "param",
},
tag: Parameter(
ParameterTag {
@ -558,7 +552,7 @@
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
value: "{string}",
},
),
desc: Text {
@ -571,7 +565,7 @@
),
ctxt: #0,
},
value: Atom('message - A message explaining why the socket is being closed.' type=dynamic),
value: "message - A message explaining why the socket is being closed.",
},
},
),
@ -596,7 +590,7 @@
),
ctxt: #0,
},
value: Atom('inheritdoc' type=dynamic),
value: "inheritdoc",
},
tag: InheritDoc(
InheritDocTag {
@ -634,7 +628,7 @@
),
ctxt: #0,
},
value: Atom('' type=static),
value: "",
},
tags: [
TagItem {
@ -657,7 +651,7 @@
),
ctxt: #0,
},
value: Atom('inheritdoc' type=dynamic),
value: "inheritdoc",
},
tag: InheritDoc(
InheritDocTag {

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('Inline Comment 1' type=dynamic),
value: "Inline Comment 1",
},
tags: [],
},
@ -43,7 +43,7 @@
),
ctxt: #0,
},
value: Atom('Inline Comment 2' type=dynamic),
value: "Inline Comment 2",
},
tags: [],
},

View File

@ -19,7 +19,7 @@
),
ctxt: #0,
},
value: Atom('Number' type=static),
value: "Number",
},
tags: [],
},
@ -43,7 +43,7 @@
),
ctxt: #0,
},
value: Atom('Number' type=static),
value: "Number",
},
tags: [],
},

Some files were not shown because too many files have changed in this diff Show More