]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - src/TSN/FeedHosts.hs
Add more code documentation.
[dead/htsn.git] / src / TSN / FeedHosts.hs
index d2f295bea53a1a1ff40a448b07983c7a9cd216e3..81f57aa53f1506d06821036e7fa8d9d81c2a52a6 100644 (file)
@@ -22,10 +22,13 @@ import System.Console.CmdArgs.Default (Default(..))
 import Data.Typeable (Typeable)
 
 
+-- | A (wrapper around a) list of hostnames that supply the XML feed.
+--
 newtype FeedHosts =
   FeedHosts { get_feed_hosts :: [String] }
     deriving (Data, Show, Typeable)
 
+
 instance Default FeedHosts where
   -- | The default list of feed hosts. These were found by checking
   --   PTR records in the neighborhood of the IP address in use. There