Skip to content

Commit ebb23d2

Browse files
committed
improve docu
1 parent aaabe0e commit ebb23d2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/plotting.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ Plot polar data comparing different solvers and configurations.
584584
# Keyword arguments
585585
- `literature_path_list`: Optional paths to literature data files
586586
- `angle_range`: Range of angles to analyze [°]
587-
- `angle_type`: "angle_of_attack" or "side_slip"; (default: `angle_of_attack`)
587+
- `angle_type`: "`angle_of_attack`" or "`side_slip`"; (default: `angle_of_attack`)
588588
- `angle_of_attack:` AoA to be used for plotting the polars (default: 0.0) [rad]
589589
- `side_slip`: side slip angle (default: 0.0) [rad]
590590
- v_a: norm of apparent wind speed (default: 10.0) [m/s]

src/wing_geometry.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ end
6262
6363
Add a new section to the wing.
6464
65+
See also: [Wing](@ref), [PosVector](@ref)
66+
6567
# Arguments:
6668
- LE_point::PosVector: position of the point on the side of the leading edge
6769
- TE_point::PosVector: position of the point on the side of the leading edge

0 commit comments

Comments
 (0)