Module Odoc_search.TextSource

This module is used to turn values from odoc model into a more easily searchable format: text! HTML also is text, but it has tags that are to be ignored by a search engine.

Sourceval of_type : Odoc_model.Lang.TypeExpr.t -> string
Sourceval of_doc : Odoc_model.Comment.docs -> string
Sourceval of_record : Odoc_model.Lang.TypeDecl.Field.t list -> string