spring-framework/framework-docs/modules/ROOT
Simon Baslé eabb846d07 Improve how the build deals with javadoc invalid references
This commit improves how the build deals with javadoc invalid references
in two ways.

Link/see references that are temporarily invalid during javadoc
generation of individual modules are better masked by using the option
`Xdoclint:syntax` instead of `Xdoclint:none` (warnings were still
visible in some cases, e.g. when individually building the javadoc for
a specific module).

Global javadoc-building task `api` now combines `syntax` and `reference`
`Xdoclint` groups, allowing to raise truly invalid references even when
all the modules have been aggregated.

This commit also fixes the 20+ errors which appeared following the later
change in doclet configuration.

Closes gh-30428
2023-05-16 15:04:10 +02:00
..
assets/images
examples Use include-code Macro 2023-05-04 15:35:05 +01:00
pages Improve how the build deals with javadoc invalid references 2023-05-16 15:04:10 +02:00
partials/web Fix migration to asciidoctor tabs 2023-05-09 12:15:43 +01:00
nav.adoc Structural Fixes 2023-05-04 15:35:05 +01:00