You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Odoc currently has a bug with nested @canonical tags (discussed in this conversation in the OCaml Discord server); in order to get the desired output in documentation, I've had to use some module @includes that aren't the cleanest.
For example, this is the contents of Debugger_lifter.ml:
(** @canonical Gillian.Debugger.Lifter The mechanism for lifting execution of GIL commands to a target language. *)includeLiftermoduleGil_lifter=struct(** @inline*)includeGil_lifterendmoduleGil_fallback_lifter=struct(** @inline *)includeGil_fallback_lifterend
The text was updated successfully, but these errors were encountered:
NatKarmios
changed the title
Remove unnecessary @includes (when an odoc bug is fixed)
Remove unnecessary @inlines (when an odoc bug is fixed)
Feb 23, 2023
Odoc currently has a bug with nested
@canonical
tags (discussed in this conversation in the OCaml Discord server); in order to get the desired output in documentation, I've had to use some module@include
s that aren't the cleanest.For example, this is the contents of
Debugger_lifter.ml
:The text was updated successfully, but these errors were encountered: