From 1c25261f1f6d3de6cfaf48b67244439422b4cb90 Mon Sep 17 00:00:00 2001 From: Lucas Leblanc Date: Tue, 20 Jun 2023 14:55:40 +0200 Subject: [PATCH] Refactor: Add documentation for the new flag -no-link-asset-warnings In the PR#17028 I added a new flag. So the goal of this PR is to add a new documentation related to it. --- _overviews/scala3-scaladoc/settings.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_overviews/scala3-scaladoc/settings.md b/_overviews/scala3-scaladoc/settings.md index 69ca8b5cd..793599ef4 100644 --- a/_overviews/scala3-scaladoc/settings.md +++ b/_overviews/scala3-scaladoc/settings.md @@ -128,6 +128,10 @@ A directory containing static files from which to generate documentation. Defaul Suppress warnings for ambiguous or incorrect links in members’ lookup. Doesn't affect warnings for incorrect links of assets etc. +#### -no-link-asset-warnings + +Suppress warnings for ambiguous or incrrect links of assets like images, static pages, etc. + ##### -versions-dictionary-url A URL pointing to a JSON document containing a dictionary: `version label -> documentation location`.