diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-17 12:32:17 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-17 12:32:17 +0100 |
commit | 2822a3eee07a27495d5af4fc36304d483756d3a6 (patch) | |
tree | 77b1023320f74dcc004b5f2c8b2e210b669aeebd /test/data/format/classWithClassObject.md | |
parent | c28923c56bb0c9d5271ceadfafe42e562862acac (diff) | |
download | dokka-2822a3eee07a27495d5af4fc36304d483756d3a6.tar.gz dokka-2822a3eee07a27495d5af4fc36304d483756d3a6.tar.bz2 dokka-2822a3eee07a27495d5af4fc36304d483756d3a6.zip |
updated according to language change: class object -> default object
Diffstat (limited to 'test/data/format/classWithClassObject.md')
-rw-r--r-- | test/data/format/classWithClassObject.md | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/test/data/format/classWithClassObject.md b/test/data/format/classWithClassObject.md deleted file mode 100644 index b1191099..00000000 --- a/test/data/format/classWithClassObject.md +++ /dev/null @@ -1,26 +0,0 @@ -[test](out.md) / [](out.md) / [Klass](out.md) - - -# Klass - -`class Klass` - - - -### Constructors - - -| [<init>](out.md) | `public Klass()` | - - -### Class Object Properties - - -| [x](out.md) | `val x: Int` | - - -### Class Object Functions - - -| [foo](out.md) | `fun foo(): Unit` | - |