diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-01-23 17:03:27 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-01-23 17:03:27 +0000 |
commit | 1a82a297a5c99242260888c467a9c4e9e8eb98e7 (patch) | |
tree | 5200c46ae6b931875900dae4de4e0481b02a5cd4 /doc | |
parent | 2d3a4b0c42ef8afa30ceab082078e79674772ad7 (diff) |
fix markup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/haddock.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/haddock.xml b/doc/haddock.xml index 41e0cb9b..750cc444 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -526,7 +526,7 @@ <para>If you have html versions of your sources online with anchors for each type and function name, you would say <literal>haddock --source-base=<replaceable>url</replaceable>/ - --source-module=<replaceable>url</replaceable>/%M.html</literal> + --source-module=<replaceable>url</replaceable>/%M.html --source-entity=<replaceable>url</replaceable>/%M.html#%N</literal></para> <para>For the <literal>%{MODULE}</literal> substitution you may want to @@ -583,7 +583,7 @@ where the corresponding comments page can be found. For the per-module and per-entity URLs the same substitutions are made as with the <option>--source-module</option> and - <option>--source-entity</option> options above. + <option>--source-entity</option> options above.</para> <para>For example, if you want to link the contents page to a wiki page, and every module to subpages, you would say |