Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocamldoc dump breaks cross references to classes #5535

Closed
vicuna opened this issue Mar 13, 2012 · 1 comment
Closed

ocamldoc dump breaks cross references to classes #5535

vicuna opened this issue Mar 13, 2012 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Mar 13, 2012

Original bug ID: 5535
Reporter: Hendrik Tews
Assigned to: @zoggy
Status: closed (set by @zoggy on 2012-03-13T13:42:31Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 3.12.1
Category: ocamldoc

Bug description

using -dump and -load breaks cross references to classes

Steps to reproduce

Consider a file a.ml with

class a = object end

(** link test {!a} *)
let b = 0

and run

ocamldoc -dump odoc.dump a.ml 
ocamldoc -load /tmp/tews/odoc.dump -html 

then there is a warning

Warning: Class Odoc_bug.a not found

and the link to class a does not work.

Additional information

also present in 4.01.0+dev0 (2012-03-12)

@vicuna
Copy link
Author

vicuna commented Mar 13, 2012

Comment author: @zoggy

Fixed in version/4.00, revision 12225.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant