[Haskell-cafe] Blank definition list in haddock
Maurício CA
mauricio.antunes at gmail.com
Sun Aug 16 09:21:31 EDT 2009
I read in haddock documentation that we write
definition lists like this:
-- [@something@] Definition of something.
However, using that structure to document many
itens, I get a blank list of definitions, like
you can see in this section ('Macros') of the
documentation for a package of mine:
http://hackage.haskell.org/packages/archive/bindings-common/0.2.2/doc/html/Bindings.html#3
However, as can be seen in the source code, there
are many definitions inside 'Macros' section.
http://hackage.haskell.org/packages/archive/bindings-common/0.2.2/doc/html/src/Bindings.html
Did I used those definitons the wrong way?
Thanks,
Maurício
More information about the Haskell-Cafe
mailing list