Module Markup.Preamble_examples
This module demonstrates the various ways that preambles are calculated
module Module : sig ... endThis comment is on the declaration of Module as an alias of Hidden__Module
module Module2 : sig ... endThis is the comment attached to the declaration of module Hidden__Module2
This is the top comment declared in the module Hidden__module2.
module Module3 = Odoc_examples.Markup.Preamble_examples.Nonhidden_moduleThis comment is on the declaration of Module3 as an alias of Nonhidden_module
This is the top comment declared in the module Hidden__module2.
module Module4 = Odoc_examples.Markup.Preamble_examples.Nonhidden_module2The modules special reference can be used to refer to a list of modules. It uses the synopsis from the modules