Changes between Version 23 and Version 24 of HaddockComments
- Timestamp:
- 10/21/06 15:57:42 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HaddockComments
v23 v24 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 alsobe 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 the {{{RenamedSource}}} 5-tuple, as seen below.52 There are three pieces of information besides the ordinary comments themselves that could 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 the {{{RenamedSource}}} 5-tuple, as seen below. 53 53 {{{ 54 54 type RenamedSource = (HsGroup Name, [LImportDecl Name], Maybe [LIE Name],
