Changes between Version 10 and Version 11 of CrossPackageDocumentation
- Timestamp:
- 05/23/09 23:35:23 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CrossPackageDocumentation
v10 v11 5 5 = Overview = 6 6 7 Currently, when you export an identifier from another package, only the identifier name is listed in the documentation. There is no declaration and no Haddock comments. The identifier can link to the documentation for the identifier in the external package, if you have that documentation installed, and you have passedthe right flags to Haddock.7 Currently, when you export an identifier from another package, only the identifier name is listed in the documentation. There is no declaration and no Haddock comments. The identifier can link to the documentation for the identifier in the external package, if you have that documentation installed, and you pass the right flags to Haddock. 8 8 9 9 What we want is to show the documentation for the identifier in-place. That is, we want the declaration and the Haddock comments to show up just like in the normal case, when the identifier comes from the same package.
