Show haddock documentation for non-exports as well
This commit is contained in:
parent
394b450e51
commit
dd33a8b252
@ -1,3 +1,5 @@
|
||||
{-# OPTIONS_HADDOCK ignore-exports #-}
|
||||
|
||||
module Defaults where
|
||||
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
{-# OPTIONS_HADDOCK ignore-exports #-}
|
||||
|
||||
module Diagram (t,
|
||||
dX,
|
||||
dY,
|
||||
|
2
Gtk.hs
2
Gtk.hs
@ -1,3 +1,5 @@
|
||||
{-# OPTIONS_HADDOCK ignore-exports #-}
|
||||
|
||||
module Gtk (makeGUI) where
|
||||
|
||||
import Control.Monad.IO.Class
|
||||
|
2
Main.hs
2
Main.hs
@ -1,3 +1,5 @@
|
||||
{-# OPTIONS_HADDOCK ignore-exports #-}
|
||||
|
||||
import Gtk
|
||||
import System.Environment
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
{-# OPTIONS_HADDOCK ignore-exports #-}
|
||||
|
||||
module Meshparser (VTable, meshToArr) where
|
||||
|
||||
import Control.Applicative
|
||||
|
@ -1,3 +1,5 @@
|
||||
{-# OPTIONS_HADDOCK ignore-exports #-}
|
||||
|
||||
module Parser (Parser,
|
||||
runParser,
|
||||
satisfy,
|
||||
|
Loading…
Reference in New Issue
Block a user