Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-18 | Implement display of Java default constructors | Andrea Falcone | |
PsiClass does not include methods which are not present in the text of the code. So when there are no constructors in a java class this represents a class that only has a default constructor. The fix is to create one for documentation. | |||
2019-12-18 | fix the link to the dokka fat jar | unly | |
2019-12-18 | Make key methods of plugin and task protected open | Kamil Doległo | |
Addresses https://github.com/Kotlin/dokka/issues/534 | |||
2019-12-16 | Changes naming and applies pull request's requirements | Andrzej Ratajczak | |
2019-12-13 | Fix mathjax plugin for dokka to compile | Kamil Doległo | |
2019-12-13 | Add abstract structure for MD/HTML comments and MD parser | BarkingBad | |
2019-12-12 | Update IDE instructions in README | Tiem Song | |
Updated instructions to reflect loading project with IntellJ IDEA 2019.3. | |||
2019-12-10 | Ignore samples.Sample import when generating runnable samples | Tillmann Berg | |
2019-12-05 | Parentless page navigation | Błażej Kardyś | |
2019-12-03 | fix the link to the dokka fat jar | unly | |
2019-11-28 | Provide an error message when no pass config is present | Kamil Doległo | |
Fixes https://github.com/Kotlin/dokka/issues/511 | |||
2019-11-28 | Fix package suppression | Kamil Doległo | |
Package suppression depended on the order of `perPackageOption`s. That should not be the case. Fixes https://github.com/Kotlin/dokka/issues/521 | |||
2019-11-28 | Add better error message when fatjar cannot be resolved | Kamil Doległo | |
2019-11-28 | Cleanup old comments | Kamil Doległo | |
2019-11-28 | Fix a bug with internal links without extension | Kamil Doległo | |
2019-11-28 | Fix the tests | Kamil Doległo | |
2019-11-28 | Add some diagrams | Kamil Doległo | |
2019-11-28 | Bump dokka version | Kamil Doległo | |
2019-11-28 | Cleaning package naming | Błażej Kardyś | |
2019-11-28 | Fix not skipping empty packages by default | Kamil Doległo | |
Fixes https://github.com/Kotlin/dokka/issues/510 | |||
2019-11-28 | Use builder when creating external link configuration | Kamil Doległo | |
Fixes https://github.com/Kotlin/dokka/issues/514 | |||
2019-11-28 | Bump dokka version | Kamil Doległo | |
2019-11-28 | Resolved problems with android multiflavors documentation shadowing (#527) | BarkingBad | |
2019-11-28 | Readme update for the androidVariant | Kamil Doległo | |
2019-11-28 | Refactor configuration extraction | Kamil Doległo | |
2019-11-26 | Making names of extension points more consistent | Paweł Marks | |
2019-11-26 | Introduction of all important extension points and restructuring of ↵ | Paweł Marks | |
DokkaGenerator | |||
2019-11-26 | Fix FileWriter | Kamil Doległo | |
2019-11-26 | Fix XMLPlugin after changes in DRIs | Kamil Doległo | |
2019-11-26 | Rework DRIs to handle generics | Kamil Doległo | |
Receiver and type parameters are now fully qualified names | |||
2019-11-26 | Default context for dokka | Paweł Marks | |
2019-11-26 | Cache for plugin stubs | Paweł Marks | |
2019-11-26 | Interface segregation in plugins api | Paweł Marks | |
2019-11-26 | Merging PageNode changes with plugins | Błażej Kardyś | |
2019-11-25 | Descriptor independent DocumentationNodes and seperate Page and PageContent ↵ | Błażej Kardyś | |
builders | |||
2019-11-25 | XML plugin refactoring | Kamil Doległo | |
2019-11-25 | Initial XML plugin 2 | Kamil Doległo | |
2019-11-25 | Cleanup and fix before XML plugin | Kamil Doległo | |
2019-11-25 | Initial XML plugin | Kamil Doległo | |
2019-11-25 | Add variable content to PageNodes and extras to DocumentationNodes | Kamil Doległo | |
I'm just sorry | |||
2019-11-25 | Add initial PageNodeTransformer interface | Kamil Doległo | |
2019-11-25 | Add TODO due to not wrapping signatures in ContentCode | Kamil Doległo | |
2019-11-25 | Fix bad DRI parsing from string | Kamil Doległo | |
This code produced list of params with an empty string value instead of an empty list, which made some DRIs not equal | |||
2019-11-25 | More extension points | Paweł Marks | |
2019-11-25 | Mathjax plugin implemented | Paweł Marks | |
2019-11-25 | Working extensions in plugins | Paweł Marks | |
2019-11-25 | Adds simplest classpath checking for plugins | Paweł Marks | |
2019-11-25 | Few fixes for logger | Paweł Marks | |
2019-11-25 | First plugin draft | Paweł Marks | |
2019-11-25 | HTML renderer refactor | Kamil Doległo | |