Changes between Version 19 and Version 20 of HaddockComments
- Timestamp:
- 10/21/06 15:28:22 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HaddockComments
v19 v20 50 50 The doc comments are present in {{{ParsedSource}}} as well as in {{{RenamedSource}}}. 51 51 52 There are three pieces of information besides the ordinary comments themselves that could also be of interest. Those are the doc options, the module-specific doc comment and the Haddock module header information. All of them are available in the {{{HsModule}}} data type in the{{{ParsedSource}}}. The last two pieces of information may contain names of identifiers, so they are also part of the renamed syntax. They can be obtained from the last two elements in {{{RenamedSource}}} 5-tuple, as seen below.52 There are three pieces of information besides the ordinary comments themselves that could also be of interest. Those are the doc options, the module-specific doc comment and the Haddock module header information. All of them are available in the {{{HsModule}}} data type in {{{ParsedSource}}}. The last two pieces of information may contain names of identifiers, so they are also part of the renamed syntax. They can be obtained from the last two elements in {{{RenamedSource}}} 5-tuple, as seen below. 53 53 {{{ 54 54 type RenamedSource = (HsGroup Name, [LImportDecl Name], Maybe [LIE Name],
