| Anonymous | Login | Signup for a new account | 2013-06-20 03:25 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0003947 | OCaml | OCamldoc | public | 2006-01-04 15:24 | 2012-09-11 14:13 | ||||||
| Reporter | anonymous | ||||||||||
| Assigned To | guesdon | ||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||||
| Status | acknowledged | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | 3.09.0 | ||||||||||
| Target Version | 4.00.2+dev | Fixed in Version | |||||||||
| Summary | 0003947: Bad link | ||||||||||
| Description | $ more test.mli type t module type M = sig type t end module N : sig include M val f: t -> unit end $ ocamldoc -html test.mli $ mozilla Test.N.html | ||||||||||
| Additional Information | Le lien du type t présent dans le type de N.f réfère à Test.t et non à Test.M.t. | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Notes |
|
|
(0003492) guesdon (manager) 2006-01-05 11:59 |
Indeed. include is not handled correctly to resolve names. |
|
(0003631) guesdon (manager) 2006-05-02 15:04 |
Need to add an environment while generating to print correct links, to handle includes correctly . |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2006-01-04 15:24 | anonymous | New Issue | |
| 2006-01-05 11:50 | guesdon | Status | new => assigned |
| 2006-01-05 11:50 | guesdon | Assigned To | => guesdon |
| 2006-01-05 11:59 | guesdon | Note Added: 0003492 | |
| 2006-01-05 11:59 | guesdon | Status | assigned => acknowledged |
| 2006-05-02 15:04 | guesdon | Note Added: 0003631 | |
| 2012-07-11 16:47 | doligez | Target Version | => 4.01.0+dev |
| 2012-07-31 13:37 | doligez | Target Version | 4.01.0+dev => 4.00.1+dev |
| 2012-09-11 14:13 | doligez | Target Version | 4.00.1+dev => 4.00.2+dev |
| Copyright © 2000 - 2011 MantisBT Group |