synFK

Results 3 issues of synFK

The `SectionBuilder` always generates _method-path_ and _description_ sections regardless of the given snippet names. See for example the following code snippet: ``` ... AutoDocumentation.sectionBuilder() .snippetNames() .skipEmpty(true) .build() ... ``` Expected...

When the JavaDoc is extracted from source and it comes to a JavaDoc tag like `{@code}` or `{@link}` they are simply ignored and not translated at all. The HTML equivalent...

duplicate
enhancement

Using Spring Data REST leaves us with no actual RestController (even though repository and entity classes are still there). Currently Spring Auto Rest Docs does not find any endpoints to...

enhancement