| 282 | |
| 283 | #ifdef TOOLS_ENABLED |
| 284 | struct ClassDocData { |
| 285 | String brief; |
| 286 | String description; |
| 287 | Vector<Pair<String, String>> tutorials; |
| 288 | bool is_deprecated = false; |
| 289 | String deprecated_message; |
| 290 | bool is_experimental = false; |
| 291 | String experimental_message; |
| 292 | }; |
| 293 | |
| 294 | struct MemberDocData { |
| 295 | String description; |
no outgoing calls
no test coverage detected