aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Xhtml
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-16 20:58:41 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-16 20:58:41 +0000
commitdd861488e115b4419f2b9f6f6422adaa4041287f (patch)
tree85d13539a6fd1415d358fc7312ccadf61ee49b62 /src/Haddock/Backends/Xhtml
parentd52487d1417080d45a800b1ceba71ed48b9582bb (diff)
reformat index-frames
Diffstat (limited to 'src/Haddock/Backends/Xhtml')
-rw-r--r--src/Haddock/Backends/Xhtml/Layout.hs9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/Haddock/Backends/Xhtml/Layout.hs b/src/Haddock/Backends/Xhtml/Layout.hs
index d7f9c1c8..b6818b61 100644
--- a/src/Haddock/Backends/Xhtml/Layout.hs
+++ b/src/Haddock/Backends/Xhtml/Layout.hs
@@ -14,8 +14,9 @@ module Haddock.Backends.Xhtml.Layout (
miniBody,
divPackageHeader, divModuleHeader, divFooter,
- divTableOfContents, divDescription, divSynposis, divInterface,
-
+ divModuleList, divTableOfContents,
+ divDescription, divSynposis, divInterface,
+
sectionName,
shortDeclList,
@@ -56,7 +57,9 @@ divPackageHeader = thediv ! [identifier "package-header"]
divModuleHeader = thediv ! [identifier "module-header"]
divFooter = thediv ! [identifier "footer"]
-divTableOfContents, divDescription, divSynposis, divInterface :: Html -> Html
+divModuleList, divTableOfContents,
+ divDescription, divSynposis, divInterface :: Html -> Html
+divModuleList = thediv ! [identifier "module-list"]
divTableOfContents = thediv ! [identifier "table-of-contents"]
divDescription = thediv ! [identifier "description"]
divSynposis = thediv ! [identifier "synopsis"]