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 module Defaults where

View File

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

2
Gtk.hs
View File

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

View File

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

View File

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

View File

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

View File

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