This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3bcdee2a202b04db63f7e330cde733bcd2ee7c08
kotlin-fork
/
idea
/
testData
/
kdoc
/
finder
T
History
Dmitry Jemerov
28ed30bcb3
change KDoc parsing so that space after parameter/section name is not included in tag content; support @property tag in KDocFinder
2015-03-06 16:13:11 +01:00
..
Constructor.kt
move KDocFinder to plugin because it's not used in compiler; wrap it in an object to avoid package facade conflicts; add test to findKDoc() and fix it so that it actually works
2015-02-06 18:13:35 +01:00
Overridden.kt
Fix retrieving documentation for overridden methods.
2015-02-27 20:10:37 +01:00
OverriddenWithSubstitutedType.kt
add test which reproduces the problem
2015-02-27 20:55:34 +01:00
Property.kt
change KDoc parsing so that space after parameter/section name is not included in tag content; support @property tag in KDocFinder
2015-03-06 16:13:11 +01:00