Show haddock documentation for non-exports as well

This commit is contained in:
hasufell 2014-10-06 23:14:23 +02:00
parent 394b450e51
commit dd33a8b252
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
7 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,5 @@
{-# OPTIONS_HADDOCK ignore-exports #-}
module Defaults where

View File

@ -1,3 +1,5 @@
{-# OPTIONS_HADDOCK ignore-exports #-}
module Diagram (t,
dX,
dY,

2
Gtk.hs
View File

@ -1,3 +1,5 @@
{-# OPTIONS_HADDOCK ignore-exports #-}
module Gtk (makeGUI) where
import Control.Monad.IO.Class

View File

@ -1,3 +1,5 @@
{-# OPTIONS_HADDOCK ignore-exports #-}
import Gtk
import System.Environment

View File

@ -1,3 +1,5 @@
{-# OPTIONS_HADDOCK ignore-exports #-}
module Meshparser (VTable, meshToArr) where
import Control.Applicative

View File

@ -1,3 +1,5 @@
{-# OPTIONS_HADDOCK ignore-exports #-}
module Parser (Parser,
runParser,
satisfy,

View File

@ -1,3 +1,5 @@
{-# OPTIONS_HADDOCK ignore-exports #-}
module Util where