From a60d8ba79fd823260582b558f9f61229b12f4f6e Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 24 Feb 2015 16:24:00 +0100 Subject: understand @deprecated tag in javadoc --- test/data/format/javaDeprecated.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/data/format/javaDeprecated.html (limited to 'test/data/format/javaDeprecated.html') diff --git a/test/data/format/javaDeprecated.html b/test/data/format/javaDeprecated.html new file mode 100644 index 00000000..aaeed534 --- /dev/null +++ b/test/data/format/javaDeprecated.html @@ -0,0 +1,14 @@ + + +test / test.Foo.foo + + +test / test / Foo / foo
+
+

foo

+public open fun foo(): Unit
+Deprecated: use#bar instead

+
+
+ + -- cgit