From efd848a7d5f5f241de4696d34a500d76f51b3cbc Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Mon, 4 Jan 2016 21:29:24 +0100 Subject: separate groups for annotations and exceptions in the members list --- core/testdata/format/annotationClass.package.md | 11 +++++++++++ core/testdata/format/deprecated.package.html | 2 +- core/testdata/format/exceptionClass.kt | 1 + core/testdata/format/exceptionClass.md | 14 ++++++++++++++ core/testdata/format/exceptionClass.package.md | 11 +++++++++++ core/testdata/format/overloads.html | 2 +- 6 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 core/testdata/format/annotationClass.package.md create mode 100644 core/testdata/format/exceptionClass.kt create mode 100644 core/testdata/format/exceptionClass.md create mode 100644 core/testdata/format/exceptionClass.package.md (limited to 'core/testdata/format') diff --git a/core/testdata/format/annotationClass.package.md b/core/testdata/format/annotationClass.package.md new file mode 100644 index 00000000..f7c8405d --- /dev/null +++ b/core/testdata/format/annotationClass.package.md @@ -0,0 +1,11 @@ +[test](test/index) + + +## Package <root> + + +### Annotations + + +| [fancy](test/fancy/index) | `annotation class fancy` | + diff --git a/core/testdata/format/deprecated.package.html b/core/testdata/format/deprecated.package.html index dd80471c..7658b435 100644 --- a/core/testdata/format/deprecated.package.html +++ b/core/testdata/format/deprecated.package.html @@ -5,7 +5,7 @@ test

-

Package

+

Package <root>

Types

diff --git a/core/testdata/format/exceptionClass.kt b/core/testdata/format/exceptionClass.kt new file mode 100644 index 00000000..d005bd89 --- /dev/null +++ b/core/testdata/format/exceptionClass.kt @@ -0,0 +1 @@ +class MyException : Exception diff --git a/core/testdata/format/exceptionClass.md b/core/testdata/format/exceptionClass.md new file mode 100644 index 00000000..97160d1c --- /dev/null +++ b/core/testdata/format/exceptionClass.md @@ -0,0 +1,14 @@ +[test](test/index) / [MyException](test/-my-exception/index) + + +# MyException + +`class MyException : Exception` + + + +### Constructors + + +| [<init>](test/-my-exception/-init-) | `MyException()` | + diff --git a/core/testdata/format/exceptionClass.package.md b/core/testdata/format/exceptionClass.package.md new file mode 100644 index 00000000..608aa8ed --- /dev/null +++ b/core/testdata/format/exceptionClass.package.md @@ -0,0 +1,11 @@ +[test](test/index) + + +## Package <root> + + +### Exceptions + + +| [MyException](test/-my-exception/index) | `class MyException : Exception` | + diff --git a/core/testdata/format/overloads.html b/core/testdata/format/overloads.html index 752f3989..896d79a9 100644 --- a/core/testdata/format/overloads.html +++ b/core/testdata/format/overloads.html @@ -5,7 +5,7 @@ test

-

Package

+

Package <root>

Functions

-- cgit