You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the build item javadoc is effectively our SPI to extension authors, and since it's all published at https://quarkus.io/guides/all-builditems, we want it to be complete and informative, and not have weird formatting defects where content stops in the middle of a sentence because links aren't displayed.
We had a big improvement to our javadoc @nderwin in 9713f7f (yay!). However, I think Nathan focused more on improving the wording of what we already had, rather than filling in blanks or correcting a formatting big. Nathan's improvements are not reflected on the live site yet, but hopefully I didn't duplicate things he's fixed.
Broken javadoc
Often, for these, the source code looks ok, but something is messing up the formatting, usually where we use a link in the javadoc.
Describe the bug
Since the build item javadoc is effectively our SPI to extension authors, and since it's all published at https://quarkus.io/guides/all-builditems, we want it to be complete and informative, and not have weird formatting defects where content stops in the middle of a sentence because links aren't displayed.
We had a big improvement to our javadoc @nderwin in 9713f7f (yay!). However, I think Nathan focused more on improving the wording of what we already had, rather than filling in blanks or correcting a formatting big. Nathan's improvements are not reflected on the live site yet, but hopefully I didn't duplicate things he's fixed.
Broken javadoc
Often, for these, the source code looks ok, but something is messing up the formatting, usually where we use a link in the javadoc.
creating
inis not displayed
-io.quarkus.deployment.builditem.nativeimage.NativeImageAllowIncompleteClasspathAggregateBuildItem
Missing javadoc
The text was updated successfully, but these errors were encountered: