odoc
odoc copied to clipboard
Incorrect method types in generated documentation
Hello,
method types generated in documentation are incorrect, they include the implicit object parameter.
For example, with the following definition:
class foo =
object
method bar = 1
end
the documentation contains:
method bar : < bar : int.. > -> int