module Ed_odoc: sig
.. end
The odoc view, to browse an ocamldoc dump and open
files from which the doc was generated.
type
loc_info = Odoc_info.location
type
kind = [ `Att
| `Class
| `Class_type
| `Exception
| `Method
| `Module
| `Module_type
| `Type
| `Value of bool ]
type
data = string * kind
class view : Ed_view.topwin -> string ->
object
.. end
val create_view : Ed_view.topwin -> string -> view
val open_file : Ed_view.topwin ->
Ed_view.gui_view ->
?attributes:(string * string) list ->
string -> [> `New_view of Ed_view.gui_view ]
class factory :
Ed_view.view_factory