diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-20 14:08:30 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-20 14:08:30 +0100 |
commit | 85a3ae7626810113816fd31a0e26d44d48308ed2 (patch) | |
tree | 837eae154a30f139449f560d5e1afebf113041ee /test/data/format/overloadsWithDifferentDescriptions.html | |
parent | ea1f4cc2987536c3ed3df5899e6cec2df890f1e6 (diff) | |
download | dokka-85a3ae7626810113816fd31a0e26d44d48308ed2.tar.gz dokka-85a3ae7626810113816fd31a0e26d44d48308ed2.tar.bz2 dokka-85a3ae7626810113816fd31a0e26d44d48308ed2.zip |
support in-page anchors in locations
Diffstat (limited to 'test/data/format/overloadsWithDifferentDescriptions.html')
-rw-r--r-- | test/data/format/overloadsWithDifferentDescriptions.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/data/format/overloadsWithDifferentDescriptions.html b/test/data/format/overloadsWithDifferentDescriptions.html index 66f8e9a6..06431d15 100644 --- a/test/data/format/overloadsWithDifferentDescriptions.html +++ b/test/data/format/overloadsWithDifferentDescriptions.html @@ -13,6 +13,7 @@ <br/> <br/> <h3>Parameters</h3> +<a name="x"></a> <code>x</code> - the int value to perform the action on.<br/> <br/> <br/> @@ -23,6 +24,7 @@ <br/> <br/> <h3>Parameters</h3> +<a name="x"></a> <code>x</code> - the string value to perform the action on.<br/> <br/> <br/> |