diff --git a/src/ast_block.ml b/src/ast_block.ml index 5d4ec38a..29485fa7 100644 --- a/src/ast_block.ml +++ b/src/ast_block.ml @@ -11,7 +11,6 @@ module InlineContent = struct end module List_types = struct - (** @canonical Omd.list_type *) type list_type = | Ordered of int * char @@ -24,7 +23,6 @@ module List_types = struct end module Table_alignments = struct - (** @canonical Omd.cell_alignment *) type cell_alignment = | Default