user
11/28/2016, 3:31 PM<https://github.com/Kotlin/dokka/commit/76c7e32f74b8982303a86f81b2ffed2b2a7e7c70|76c7e32> Type alias support - Simon Ogorodnik
<https://github.com/Kotlin/dokka/commit/89d41a1bc909c7e350b07bc29d39762449d64650|89d41a1> Fix most of failing tests, by not unwrapping types, if it not abbreviated (Otherwise we will lose in/out variance) - Simon Ogorodnik
<https://github.com/Kotlin/dokka/commit/bac315d15c7de87cacf152d31f08c4f703abee34|bac315d> Test for previous fix, in/out modifiers not lost - Simon Ogorodnik
<https://github.com/Kotlin/dokka/commit/d769c4db3fdd0f2075fdfb2f9109327f3b1ef386|d769c4d> Added javadoc format test for simple typealiases - Simon Ogorodnik
<https://github.com/Kotlin/dokka/commit/4b86a1410d0427178132c07f6f04033645663bb0|4b86a14> Fixup, added some type alias rendering tests - Simon Ogorodnik
<https://github.com/Kotlin/dokka/commit/3704bf4c0f5b8ab3fdaa04c9a542e04f023b0e56|3704bf4> Fix AnalysisEnvironment to configure resolver properly according to latest changes, which is required to proper platform type aliases resolving - Simon Ogorodnik
<https://github.com/Kotlin/dokka/commit/575caeb1cb2a97750f8cc220d3100fc240312671|575caeb> Fixup, remove unused imports - Simon Ogorodnik
<https://github.com/Kotlin/dokka/commit/e9cf2d779c03e278ddfd5adb0d1c743961d8d07a|e9cf2d7> Merge pull request #114 from Kotlin/0.9.10/typealias - Simon Ogorodnik