Skip to content
Snippets Groups Projects
Commit a8946537 authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix some haddock issues

Slash is a reserved char. Slash is a reserved char. Slash is a…
parent 80276b9e
No related merge requests found
...@@ -83,7 +83,7 @@ parseNode a = do ...@@ -83,7 +83,7 @@ parseNode a = do
dtotal dfree (offline || drained)) dtotal dfree (offline || drained))
return (name, node) return (name, node)
loadData :: String -- ^ Cluster/URL to use as source loadData :: String -- ^ Cluster or URL to use as source
-> IO (Result (Node.AssocList, Instance.AssocList)) -> IO (Result (Node.AssocList, Instance.AssocList))
loadData master = do -- IO monad loadData master = do -- IO monad
let url = formatHost master let url = formatHost master
......
{-| Parsing data from text-files {-| Parsing data from text-files
This module holds the code for loading the cluster state from text This module holds the code for loading the cluster state from text
files, as produced by gnt-node/gnt-instance list. files, as produced by gnt-node and gnt-instance list.
-} -}
......
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