Skip to content

Commit 44dd1d6

Browse files
committed
Add to docstring
1 parent 38ca291 commit 44dd1d6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*.so.bak
1111
.claude
1212
AGENTS.md
13+
CLAUDE.md
1314
Manifest.toml
1415
Manifest*.toml
1516
Manifest*.default

docs/src/exported_types.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Tether(idx, segment_idxs, winch_idx)
5858
Winch
5959
Winch(idx, set::Settings, tether_idxs; tether_len, tether_vel, brake)
6060
Winch(idx, tether_idxs, gear_ratio, drum_radius, f_coulomb, c_vf, inertia_total; tether_len, tether_vel, brake)
61+
AbstractWing
62+
BaseWing
63+
VSMWing
6164
Wing
6265
Wing(idx, vsm_aero, vsm_wing, vsm_solver, group_idxs, R_b_c, pos_cad; transform_idx)
6366
Transform
@@ -70,5 +73,6 @@ Transform(idx, set, base_point_idx; kwargs...)
7073
```@docs
7174
SysState
7275
update_sys_state!
76+
update_from_sysstate!
7377
```
7478

0 commit comments

Comments
 (0)