From fd87eda00d2ec3148c8af06e8bf2072c447fb8ae Mon Sep 17 00:00:00 2001
From: Googler
Date: Tue, 21 Mar 2023 08:26:34 -0700
Subject: [PATCH] Fixes the default_testonly format and 404 link error.
Fixes : https://github.com/bazelbuild/bazel/issues/17815
PiperOrigin-RevId: 518279198
Change-Id: Ib7cc2df8656fbbefd0bd6a0e0794c2a0e886d531
---
.../google/devtools/build/docgen/templates/be/functions.vm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm b/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm
index 0a3f3a8567faca..a42be40ca39ebe 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm
+++ b/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm
@@ -89,12 +89,10 @@ file, before any rule.
List of labels; optional
Sets a default list of metadata targets which apply to all other targets in the package.
- These are typically targets related to OSS package and license declarations.
- See rules_license for examples.
|
-
default_testonly |
|