diff options
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/format/javaCodeInParam.java | 7 | ||||
-rw-r--r-- | test/data/format/javaCodeInParam.md | 15 |
2 files changed, 22 insertions, 0 deletions
diff --git a/test/data/format/javaCodeInParam.java b/test/data/format/javaCodeInParam.java new file mode 100644 index 00000000..d1cdf6cd --- /dev/null +++ b/test/data/format/javaCodeInParam.java @@ -0,0 +1,7 @@ +package test; + +/** + * @param T this is {@code some code} and other text + */ +class C<T> { +} diff --git a/test/data/format/javaCodeInParam.md b/test/data/format/javaCodeInParam.md new file mode 100644 index 00000000..ef54eb6b --- /dev/null +++ b/test/data/format/javaCodeInParam.md @@ -0,0 +1,15 @@ +[test](test/index) / [test](test/test/index) / [C](test/test/-c) + + +# C + +`open class C<T> ` + + + + +### Parameters + +`T` - this is `some code` and other text + + |