Astrodynamics coordinate frame transforms
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: resolve odoc documentation warnings across monorepo

Fix invalid odoc markup in 54 files: convert {\!Module} to {!Module}
in fuzz .mli files, replace inline {v ... v} with [...] code spans,
fix "paragraph should begin on its own line" warnings, escape bare
brackets, and resolve ambiguous docstring placement (warning 50).

+1 -1
+1 -1
lib/coordinate.mli
··· 99 99 (** [vec3_length v] is the Euclidean length of [v]. *) 100 100 101 101 val normalize_angle : float -> float 102 - (** [normalize_angle a] normalizes angle [a] to [0, 2pi). *) 102 + (** [normalize_angle a] normalizes angle [a] to \[0, 2pi). *) 103 103 104 104 (** {1 Pretty-printing} *) 105 105