Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 1 | { |
| 2 | "name": "flutter", |
| 3 | "package": "flutter", |
Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 4 | "author": { |
| 5 | "name": "The Flutter Team", |
Tim Sneath | 5291897 | 2019-04-05 11:39:30 -0700 | [diff] [blame] | 6 | "link": "https://flutter.dev" |
Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 7 | }, |
| 8 | "index": "index.html", |
| 9 | "icon32x32": "flutter/static-assets/favicon.png", |
| 10 | "allowJS": true, |
Todd Volkert | 8e0eee9 | 2020-07-26 23:38:01 -0700 | [diff] [blame] | 11 | "ExternalURL": "https://api.flutter.dev", |
Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 12 | "selectors": { |
Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 13 | "#exceptions span.name a": { |
| 14 | "type": "Exception" |
| 15 | }, |
| 16 | |
Greg Spencer | dff25a3 | 2019-02-15 08:40:19 -0800 | [diff] [blame] | 17 | "h1 > span.kind-library": { |
| 18 | "type": "Library" |
Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 19 | }, |
| 20 | |
Greg Spencer | dff25a3 | 2019-02-15 08:40:19 -0800 | [diff] [blame] | 21 | "h1 > span.kind-class": { |
| 22 | "type": "Class" |
Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 23 | }, |
| 24 | |
Greg Spencer | dff25a3 | 2019-02-15 08:40:19 -0800 | [diff] [blame] | 25 | "h1 > span.kind-function": { |
| 26 | "type": "Function" |
Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 27 | }, |
| 28 | |
Greg Spencer | dff25a3 | 2019-02-15 08:40:19 -0800 | [diff] [blame] | 29 | "h1 > span.kind-typedef": { |
| 30 | "type": "Type" |
Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 31 | }, |
| 32 | |
Greg Spencer | dff25a3 | 2019-02-15 08:40:19 -0800 | [diff] [blame] | 33 | "h1 > span.kind-enum": { |
| 34 | "type": "Enum" |
Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 35 | }, |
| 36 | |
Greg Spencer | dff25a3 | 2019-02-15 08:40:19 -0800 | [diff] [blame] | 37 | "h1 > span.kind-top-level-constant": { |
| 38 | "type": "Constant" |
Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 39 | }, |
| 40 | |
Greg Spencer | dff25a3 | 2019-02-15 08:40:19 -0800 | [diff] [blame] | 41 | "h1 > span.kind-constant": { |
| 42 | "type": "Constant" |
Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 43 | }, |
| 44 | |
Greg Spencer | dff25a3 | 2019-02-15 08:40:19 -0800 | [diff] [blame] | 45 | "h1 > span.kind-method": { |
Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 46 | "type": "Method" |
| 47 | }, |
| 48 | |
Greg Spencer | dff25a3 | 2019-02-15 08:40:19 -0800 | [diff] [blame] | 49 | "h1 > span.kind-property": { |
| 50 | "type": "Property" |
Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 51 | }, |
| 52 | |
Greg Spencer | dff25a3 | 2019-02-15 08:40:19 -0800 | [diff] [blame] | 53 | "h1 > span.kind-top-level-property": { |
| 54 | "type": "Property" |
Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 55 | }, |
| 56 | |
Greg Spencer | dff25a3 | 2019-02-15 08:40:19 -0800 | [diff] [blame] | 57 | "h1 > span.kind-constructor": { |
| 58 | "type": "Constructor" |
Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 59 | }, |
| 60 | |
| 61 | ".callables .callable": { |
| 62 | "requiretext": "operator ", |
| 63 | "type": "Operator", |
| 64 | "regexp": "operator ", |
| 65 | "replacement": "" |
| 66 | } |
Daohan Chong | ec8ca86 | 2018-11-16 02:57:02 +0800 | [diff] [blame] | 67 | }, |
| 68 | "ignore": [ |
| 69 | "ABOUT" |
| 70 | ] |
Greg Spencer | f20adcc | 2018-11-15 15:05:57 -0800 | [diff] [blame] | 71 | } |