Ticket #3532 (closed bug: fixed)
haddock should support content indexing of versioned package dirs
| Reported by: | juhpetersen | Owned by: | igloo |
|---|---|---|---|
| Priority: | high | Milestone: | 6.12.1 |
| Component: | Documentation | Version: | 6.10.4 |
| Keywords: | Cc: | duncan | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
When generating the libraries/index.html file haddock generates broken urls to the documentation in versioned library doc directories.
It also means it is not possible to have documentation indexed for more than one version of a library.
To reproduce:
- install mylibrary's docs in libraries/mylibrary-1.0.0.1
- run gen_contents_index in libraries
Observe index.html links for mylibrary point to libraries/mylibrary/ not libraries/mylibrary-1.0.0.1/
Change History
Note: See
TracTickets for help on using
tickets.
