bevy/examples/animation
Doonv 189ceaf0d3
Replace or document ignored doctests (#11040)
# Objective

There are a lot of doctests that are `ignore`d for no documented reason.
And that should be fixed.

## Solution

I searched the bevy repo with the regex ` ```[a-z,]*ignore ` in order to
find all `ignore`d doctests. For each one of the `ignore`d doctests, I
did the following steps:
1. Attempt to remove the `ignored` attribute while still passing the
test. I did this by adding hidden dummy structs and imports.
2. If step 1 doesn't work, attempt to replace the `ignored` attribute
with the `no_run` attribute while still passing the test.
3. If step 2 doesn't work, keep the `ignored` attribute but add
documentation for why the `ignored` attribute was added.

---------

Co-authored-by: François <mockersf@gmail.com>
2024-01-01 16:50:56 +00:00
..
animated_fox.rs Update winit dependency to 0.29 (#10702) 2023-12-21 07:40:47 +00:00
animated_transform.rs support all types of animation interpolation from gltf (#10755) 2023-12-31 18:01:50 +00:00
cubic_curve.rs Rename Bezier to CubicBezier for clarity (#9554) 2023-08-28 17:37:42 +00:00
custom_skinned_mesh.rs Add consuming builder methods for more ergonomic Mesh creation (#10056) 2023-10-09 19:47:41 +00:00
gltf_skinned_mesh.rs Replace or document ignored doctests (#11040) 2024-01-01 16:50:56 +00:00
morph_targets.rs Fix intra-doc link warnings (#10445) 2023-11-08 14:33:46 +00:00