aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2007-11-11 03:35:46 +0000
committerDavid Waern <david.waern@gmail.com>2007-11-11 03:35:46 +0000
commitddfbe8d06e60e3692919c29f5244c7d580a6fe44 (patch)
tree441282fd66422456d9c5c370494d9b5b32adbf57 /doc
parentcc5e79229d4da32eb512d3a6e307e86db11133c4 (diff)
Manual merge of old patch:
Sat Apr 21 04:36:43 CEST 2007 Roberto Zunino <zunrob@users.sf.net> * URL expansion for %%, %L, %{LINE}
Diffstat (limited to 'doc')
-rw-r--r--doc/haddock.xml11
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,