Commit bcc0043
Migrate dartdoc_options.dart (#2749)
* Switch to using CompilationUnitElement.classes (#2743)
* Prepare dartdoc_options for migration (#2745)
* more specific imports in options
* do not allow autoinitialization
* dartfmt
* parameterize the valueWithContext type
* Use alternative constructors instead of externalizing, didn't realize the autodetect was so widely used
* more subclasses
* flatten
* Disable the unstable template checks and prepare for 2.14 stable. (#2752)
* Disable one of the template checks? and add beta branch for testing
* beta is the new stable
* empty commit - force check reset
* Add a blurb to the README about requiring analysis (#2753)
* Allow comment references on generic typedefs (#2756)
Co-authored-by: Janice Collins <[email protected]>
* Prepare for dartdoc 2.0.0 (#2754)
* Prepare for dartdoc 2.0.0
* Update changelog for additional bugfix
* review comments
Co-authored-by: Simon Binder <[email protected]>1 parent 952d837 commit bcc0043
File tree
12 files changed
+244
-281
lines changed- lib
- src
- generator
- test
- end2end
- mustachio
- src
12 files changed
+244
-281
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
| 113 | + | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments