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
1957ac347aba1dc61baa1fb2cf5e1e4cd67cb9b8
kotlin-fork
/
idea
/
testData
/
kdoc
/
finder
T
History
Dmitry Jemerov
ae36981a0f
trim leading and trailing spaces from text returned as KDocTag.getContent()
2015-09-08 16:57:00 +02: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
trim leading and trailing spaces from text returned as KDocTag.getContent()
2015-09-08 16:57:00 +02: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