This repository was archived by the owner on Dec 11, 2025. It is now read-only.
Commit 9d240ba
Jeff Verkoeyen
1.0.0 release bugfix.
Summary:
The 1.0.0 release included the following warning:
components/Switch/src/MDCSwitch.m:223:11: error: parameter 'toggleState' not found in the function declaration [-Werror,-Wdocumentation]
This was resolved in `develop`, so we're back-porting the fix to the 1.0.0 release.
Cherry-picked from http://codereview.cc/D204: [Switch] Remove internal docs demarcated with /**.
Reviewers: ajsecord, randallli, #mdc_ios_owners, iangordon
Reviewed By: #mdc_ios_owners, iangordon
Projects: #material_components_ios
Differential Revision: http://codereview.cc/D2121 parent 1827d1c commit 9d240ba
2 files changed
+3
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | 221 | | |
226 | 222 | | |
227 | 223 | | |
| |||
239 | 235 | | |
240 | 236 | | |
241 | 237 | | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | 238 | | |
248 | 239 | | |
249 | 240 | | |
| |||
0 commit comments