flutter/dev/docs/dashing.json
Greg Spencer dff25a3055
Fix Dashing rules to use new dartdoc CSS entity markers. (#27818)
This fixes the offline Dash/Zeal docs generation to use the newly added dartdoc markers for different entity types to make it more exact when finding entity names.

Bumped Dartdoc to the next release.
2019-02-15 08:40:19 -08:00

72 lines
1.2 KiB
JSON

{
"name": "flutter",
"package": "flutter",
"author": {
"name": "The Flutter Team",
"link": "https://flutter.io"
},
"index": "index.html",
"icon32x32": "flutter/static-assets/favicon.png",
"allowJS": true,
"ExternalURL": "https://docs.flutter.io",
"selectors": {
"#exceptions span.name a": {
"type": "Exception"
},
"h1 > span.kind-library": {
"type": "Library"
},
"h1 > span.kind-class": {
"type": "Class"
},
"h1 > span.kind-function": {
"type": "Function"
},
"h1 > span.kind-typedef": {
"type": "Type"
},
"h1 > span.kind-enum": {
"type": "Enum"
},
"h1 > span.kind-top-level-constant": {
"type": "Constant"
},
"h1 > span.kind-constant": {
"type": "Constant"
},
"h1 > span.kind-method": {
"type": "Method"
},
"h1 > span.kind-property": {
"type": "Property"
},
"h1 > span.kind-top-level-property": {
"type": "Property"
},
"h1 > span.kind-constructor": {
"type": "Constructor"
},
".callables .callable": {
"requiretext": "operator ",
"type": "Operator",
"regexp": "operator ",
"replacement": ""
}
},
"ignore": [
"ABOUT"
]
}