[commit: haddock] master: Fix incorrect specification of source style option in doc file. (861c45b)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:42:54 UTC 2015
Repository : ssh://git@git.haskell.org/haddock
On branch : master
Link : http://git.haskell.org/haddock.git/commitdiff/861c45b6c16e76e901553739bdb7d7c7e2f827f0
>---------------------------------------------------------------
commit 861c45b6c16e76e901553739bdb7d7c7e2f827f0
Author: Łukasz Hanuszczak <lukasz.hanuszczak at gmail.com>
Date: Sat Jul 4 17:43:22 2015 +0200
Fix incorrect specification of source style option in doc file.
>---------------------------------------------------------------
861c45b6c16e76e901553739bdb7d7c7e2f827f0
doc/haddock.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/haddock.xml b/doc/haddock.xml
index b28006f..e284521 100644
--- a/doc/haddock.xml
+++ b/doc/haddock.xml
@@ -577,8 +577,8 @@ $ pdflatex <replaceable>package</replaceable>.tex</screen>
<varlistentry>
<term>
- <indexterm><primary><option>--source-style</option></primary></indexterm>
- <option>--source-style=<replaceable>style</replaceable></option>
+ <indexterm><primary><option>--source-css</option></primary></indexterm>
+ <option>--source-css=<replaceable>style</replaceable></option>
</term>
<listitem>
<para>Use custom CSS file for sources rendered by the
More information about the ghc-commits
mailing list