diff --git a/test/more/tests/ref/methodname.gold b/test/more/tests/ref/methodname.gold
new file mode 100644
index 0000000..51cb112
--- /dev/null
+++ b/test/more/tests/ref/methodname.gold
@@ -0,0 +1,26 @@
+
+
+ Methodname Test
+
+
+ thing::foo::bar,
+ thing::foo::bar(int x),
+ thing::foo::operator(),
+ thing::foo::operator()(int x).
+
+
+
+
\ No newline at end of file
diff --git a/test/more/tests/ref/methodname.xml b/test/more/tests/ref/methodname.xml
new file mode 100644
index 0000000..337a3ff
--- /dev/null
+++ b/test/more/tests/ref/methodname.xml
@@ -0,0 +1,36 @@
+
+
+ Methodname Test
+
+
+ thing::foo::bar,
+ thing::foo::bar(int x),
+ thing::foo::operator(),
+ thing::foo::operator()(int x).
+
+
+
+
+
+
+
+
+ int
+
+ void
+
+
+
+ int
+
+ void
+
+
+
+
+
+
\ No newline at end of file
diff --git a/xsl/annotation.xsl b/xsl/annotation.xsl
index ff847d3..6f2a1d0 100644
--- a/xsl/annotation.xsl
+++ b/xsl/annotation.xsl
@@ -116,6 +116,10 @@
+
+
+
+