Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
7ae514ba
Commit
7ae514ba
authored
Mar 20, 2009
by
Iustin Pop
Browse files
Some updates to the apidoc rules
parent
968de7fc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Ganeti/HTools/Cluster.hs
View file @
7ae514ba
{-| Implementation of cluster-wide logic.
This module holds all pure cluster-logic; I\/O related functionality
goes into the "Main" module.
goes into the "Main" module
for the individual binaries
.
-}
...
...
@@ -45,6 +45,7 @@ import Ganeti.HTools.Utils
type
NodeList
=
Container
.
Container
Node
.
Node
type
InstanceList
=
Container
.
Container
Instance
.
Instance
-- | A separate name for the cluster score type
type
Score
=
Double
-- | The description of an instance placement.
...
...
Ganeti/HTools/Version.hs.in
View file @
7ae514ba
-- Hey Emacs, this is a -*- haskell -*- file
module
Ganeti.HTools.Version
(
version
-- ^ the version of the tree
version
)
where
-- | The version of the tree
version
=
"(htools) version %ver%"
Makefile
View file @
7ae514ba
...
...
@@ -24,8 +24,8 @@ doc: $(DOCS)
done
haddock
--odir
$(HDDIR)
--html
--ignore-all-exports
\
-t
htools
-p
haddock-prologue
\
--source-module
=
"
Ganeti/HTools/
%{MODULE/.//}.html"
\
--source-entity
=
"
Ganeti/HTools/
%{MODULE/.//}.html#%{NAME}"
\
--source-module
=
"%{MODULE/.//}.html"
\
--source-entity
=
"%{MODULE/.//}.html#%{NAME}"
\
$(HSRCS)
clean
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment