Changes between Version 1 and Version 2 of CrossPackageDocumentation
- Timestamp:
- 05/23/09 16:11:10 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CrossPackageDocumentation
v1 v2 15 15 Haddock can generate .haddock files for packages, which contain the link environment and the comments (among other things). We can get the comments for an external identifier from the .haddock file of the external package, provided that the user has passed the file to Haddock. This requirement should be fine since this is normally done anyway, to get working links to the documentation of the external package. 16 16 17 = 17 = Storing Declarations in .haddock Files = 18 19 One way to get at the declarations, is to store them in the .haddock files too.
