Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haddock
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
haddock
Commits
d1824fcc
Commit
d1824fcc
authored
17 years ago
by
David Waern
Browse files
Options
Downloads
Patches
Plain Diff
Some comment cleanup
parent
e287d954
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Haddock/Interface.hs
+5
-6
5 additions, 6 deletions
src/Haddock/Interface.hs
src/Haddock/Types.hs
+4
-4
4 additions, 4 deletions
src/Haddock/Types.hs
with
9 additions
and
10 deletions
src/Haddock/Interface.hs
+
5
−
6
View file @
d1824fcc
-------------------------------------------------------------------------------
-- Haddock.Interface
--
-- Haddock - A Haskell Documentation Tool
--
-- (c) Simon Marlow 2003
--
-- Here we build the actual module interfaces. By interface we mean the
-- information that is used to render a Haddock page for a module. Parts of
-- this information is also stored in the interface files.
--
-- The Interface structure holds the interface data as well as
-- intermediate information needed during its creation.
-------------------------------------------------------------------------------
module
Haddock.Interface
(
...
...
This diff is collapsed.
Click to expand it.
src/Haddock/Types.hs
+
4
−
4
View file @
d1824fcc
...
...
@@ -88,7 +88,8 @@ instance Outputable DocName where
ppr
(
NoLink
n
)
=
ppr
n
-- | Information about a home package module that we get from GHC's typechecker
-- | This structure holds the module information we get from GHC's
-- type checking phase
data
GhcModule
=
GhcModule
{
ghcModule
::
Module
,
ghcFilename
::
FilePath
,
...
...
@@ -105,9 +106,8 @@ data GhcModule = GhcModule {
-- | This is the data used to render a Haddock page for a module - it is the
-- "interface" of the module. The core of Haddock lies in creating this
-- structure (see Haddock.Interface).
--
-- The structure also holds intermediate data needed during its creation.
-- structure (see Haddock.Interface). The structure also holds intermediate
-- data needed during its creation.
data
Interface
=
Interface
{
-- | A value to identify the module
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment