Age | Commit message (Expand) | Author |
2023-08-31 | Update copyright (#3149) | Ignat Beresnev |
2023-07-05 | Decompose Kotlin/Java analysis (#3034) | Ignat Beresnev |
2023-06-01 | Multi-param Java methods should not qualify for a setter (#3002) | Ignat Beresnev |
2023-05-31 | Add support for `@author`, `@since`, `@return` Javadoc tags (#2967) | irina-turova |
2023-04-25 | Tidy/remove unnecessary imports and suppressions (#2975) | aSemy |
2023-03-21 | Improve JavadocParser and fix case-sensitivity (#2905) | Vsevolod Tolstopyatov |
2023-01-31 | fill packageName and classNames for constructors from parent (#2837) | Andrey Tyrin |
2023-01-12 | Default Java constructor (#2795) | Andrey Tyrin |
2022-09-26 | Add documentation for synthetic Enum `values()` and `valueOf()` functions (#2... | Ignat Beresnev |
2022-09-02 | Underline `@param` tag key for more consistency (#2643) | Ignat Beresnev |
2022-08-30 | Handle `PsiImmediateClassType` as `PsiClassType` to resolve bounds (#2647) | Ignat Beresnev |
2022-08-18 | Fix generic types caching (#2619) | Vadim Mishenev |
2022-08-17 | Add missing java primitives to annotation constant params parsing (#2610) | Ignat Beresnev |
2022-08-17 | Display values of java constants (#2609) | Ignat Beresnev |
2022-08-10 | Support Var html tag for Javadoc (#2617) | Andrey Tyrin |
2022-08-03 | Fix parsing of static imports in java annotation params (#2593) | Ignat Beresnev |
2022-07-07 | Improve handling of Java annotation parameters (#2562) | Ignat Beresnev |
2022-06-30 | Mark synthetic methods generated for Java enums as obvious (#2554) | Ignat Beresnev |
2022-06-19 | Fix incorrectly labeling java properties as val/var (#2540) | Ignat Beresnev |
2022-06-17 | Handle more corner cases for inherited accessors (#2532) | Ignat Beresnev |
2022-05-31 | Bump Kotlin to 1.7.0-RC (#2508) | Vadim Mishenev |
2022-05-31 | Fix gathering inherited properties (#2481) | Ignat Beresnev |
2022-04-08 | Rework AnnotationTarget to be stricter (#2414) | owengray-google |
2022-03-30 | Fix type parameter annotation regression (#2388) (#2410) | Ignat Beresnev |
2022-02-21 | Code cleanups (#2165) | Goooler |
2022-02-17 | Refactor Ancestry Graphs (#2326) | Andrzej Ratajczak |
2022-02-15 | Convert interfaces to functional (#2360) | Goooler |
2022-02-08 | Add support for header tags in Javadoc (#2345) | Andrea Falcone |
2022-01-27 | Collect annotations from package-info.java (#2331) | Ember Rose |
2022-01-27 | Fix resolving DRIs of Enum Entries (#2305) | Andrzej Ratajczak |
2021-12-06 | Description list support for JavaDocs (#2213) | Ignat Beresnev |
2021-11-12 | Store checked exceptions into `ExtraProperties` (#2222) | vmishenev |
2021-09-27 | Fix `img` tag in javadoc (#2166) | vmishenev |
2021-09-24 | Fix whitespaces inside `@link` tag (#2156) | vmishenev |
2021-09-20 | Make see tag display as other tables (#2153) | Marcin Aman |
2021-08-30 | Handle `@link` tag | vmishenev |
2021-08-30 | Don't force @literal in javadoc to be surrounded by code tag (#2089) | Fred Sladkey |
2021-08-21 | Make briefs contain first paragraph as in spec, resolve issues with i.e. (#2048) | Marcin Aman |
2021-08-11 | Handling `@code` tag (#2059) | vmishenev |
2021-07-30 | Add boolean, nullable types of annotation parameter value | vmishenev |
2021-07-23 | Add numeric types of annotation parameter value (#2035) | vmishenev |
2021-07-12 | Handle NBSP and other html entries (#2005) | Marcin Aman |
2021-06-22 | Multilanguage docs inheritance (#1951) | Marcin Aman |
2021-05-17 | Fix preserving spaces in Javadoc comments (#1923) | Kamil Doległo |
2021-04-14 | Fix missing annotations in GFM and unresolved static imports (#1845) | Marcin Aman |
2021-04-06 | Fix some compiler warnings (#1812) | Kamil Doległo |
2021-03-01 | Add ability to suppress obvious functions like equals, toString... (#1758) | Marcin Aman |
2021-03-01 | Suppress tag support (#1742) | Marcin Aman |
2021-02-05 | Annotations for parameters (#1710) | Marcin Aman |
2021-01-20 | Annotations for parameters (#1704) | Marcin Aman |