Skip to content

Commit 38bf1c6

Browse files
Fix //dotnet:defs target to allow users to create stardoc docs using it (#403)
* Add nunit to //dotnet:defs * Add test * Add defs to docs --------- Co-authored-by: Daníel P. Purkhús <[email protected]>
1 parent 22568f4 commit 38bf1c6

File tree

5 files changed

+368
-0
lines changed

5 files changed

+368
-0
lines changed

docs/BUILD.bazel

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
load("@aspect_bazel_lib//lib:docs.bzl", "stardoc_with_diff_test", "update_docs")
22

3+
###################
4+
# Defs
5+
###################
6+
stardoc_with_diff_test(
7+
name = "defs",
8+
bzl_library_target = "//dotnet:defs",
9+
)
10+
311
###################
412
# C# Specific docs
513
###################

0 commit comments

Comments
 (0)