Skip to content
Snippets Groups Projects
Commit f9441809 authored by waern's avatar waern
Browse files

Add hide options to some source files

parent 2aaa2042
No related branches found
Tags 2_1_0
No related merge requests found
......@@ -5,6 +5,9 @@
--
{-# OPTIONS_HADDOCK hide #-}
module Haddock.DocName where
......
......@@ -4,7 +4,10 @@
-- (c) Simon Marlow 2003
--
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# OPTIONS_HADDOCK hide #-}
module Haddock.GHC.Utils where
......
......@@ -5,6 +5,9 @@
--
{-# OPTIONS_HADDOCK hide #-}
module Haddock.Types where
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment