From 85a3ae7626810113816fd31a0e26d44d48308ed2 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 20 Feb 2015 14:08:30 +0100 Subject: support in-page anchors in locations --- test/data/format/overloadsWithDifferentDescriptions.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/data/format/overloadsWithDifferentDescriptions.html') 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 @@

Parameters

+ x - the int value to perform the action on.


@@ -23,6 +24,7 @@

Parameters

+ x - the string value to perform the action on.


-- cgit