diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/haddock.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/haddock.xml b/doc/haddock.xml index c36b707b..2328bf13 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -512,6 +512,17 @@ '<literal>v</literal>' or a type '<literal>t</literal>'. This is only valid for the <option>--source-entity</option> option.</para> </listitem> + <listitem> + <para>The string <literal>%L</literal> or <literal>%{LINE}</literal> + is replaced by the number of the line where the exported value or + type is defined. This is only valid for the + <option>--source-entity</option> option.</para> + </listitem> + <listitem> + <para>The string <literal>%%</literal> is replaced by + <literal>%</literal>.</para> + </listitem> + </itemizedlist> <para>For example, if your sources are online under some directory, |